1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

s4:auth/gensec/spnego.c - remove unused variable "principal"

This commit is contained in:
Matthias Dieter Wallnöfer
2010-12-15 17:43:45 +01:00
committed by Andrew Bartlett
parent 0a5f4f523f
commit 89522ea5b1

View File

@ -584,7 +584,6 @@ static NTSTATUS gensec_spnego_create_negTokenInit(struct gensec_security *gensec
const char **mechTypes = NULL;
DATA_BLOB unwrapped_out = data_blob(NULL, 0);
const struct gensec_security_ops_wrapper *all_sec;
const char *principal = NULL;
mechTypes = gensec_security_oids(gensec_security,
out_mem_ctx, GENSEC_OID_SPNEGO);