s4:auth: Fix debug statement in gensec_gssapi
commitbd29f3fcc023d00afde8e9cc2f9db22dcae49877
authorAndreas Schneider <asn@samba.org>
Wed, 8 May 2019 14:27:57 +0000 (8 16:27 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 8 May 2019 16:33:24 +0000 (8 16:33 +0000)
tree59a7238e34f355e39270c02231fc478e49cd0262
parent93061fb822d5af5c29f223e9fe1ce91b7264f082
s4:auth: Fix debug statement in gensec_gssapi

The 'role' is set to null, we should first set it to the correct value
before printing anything.

Found by GCC 9.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/auth/gensec/gensec_gssapi.c