auth/gensec: Remove unneeded cli_credentials_set_conf() call
authorDavid Mulder <dmulder@suse.com>
Wed, 21 Dec 2016 20:49:36 +0000 (21:49 +0100)
committerStefan Metzmacher <metze@samba.org>
Sat, 24 Dec 2016 16:16:06 +0000 (17:16 +0100)
commit99d87880282dad4f9a5a6d9f1018329bb00e5112
tree47ce6f7babad566f119f32f5879c9955e5ce204b
parent5aa00d92ad31a241376263029318182165ee6707
auth/gensec: Remove unneeded cli_credentials_set_conf() call

The cli_credentials_set_client_gss_creds() will set the correct realm
from the gss creds.

Pair-Programmed-With: Andreas Schneider <asn@samba.org>
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

Signed-off-by: David Mulder <dmulder@suse.com>
Signed-off-by: Andreas Schneider <asn@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source4/auth/gensec/gensec_gssapi.c