diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-28 13:19:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:55 -0500 |
commit | a6ae640313a47ac2950c0948e4385fa934a5ef09 (patch) | |
tree | 3cc3cb8ec8c8cec020e85cd28e91c7dba128addf /source4/libcli/auth | |
parent | e481385391a25c19d82ce93fbec11a973cf82e9f (diff) | |
download | samba-a6ae640313a47ac2950c0948e4385fa934a5ef09.tar.gz samba-a6ae640313a47ac2950c0948e4385fa934a5ef09.tar.bz2 samba-a6ae640313a47ac2950c0948e4385fa934a5ef09.zip |
r3323: more warning reductions
(This used to be commit 5921587ec26e4892efc678421277e4969417d7f5)
Diffstat (limited to 'source4/libcli/auth')
-rw-r--r-- | source4/libcli/auth/spnego_parse.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/libcli/auth/spnego_parse.c b/source4/libcli/auth/spnego_parse.c index 07dba61dde..12d3d05734 100644 --- a/source4/libcli/auth/spnego_parse.c +++ b/source4/libcli/auth/spnego_parse.c @@ -349,10 +349,6 @@ BOOL spnego_free_data(struct spnego_data *spnego) switch(spnego->type) { case SPNEGO_NEG_TOKEN_INIT: if (spnego->negTokenInit.mechTypes) { - int i; - for (i = 0; spnego->negTokenInit.mechTypes[i]; i++) { - talloc_free(spnego->negTokenInit.mechTypes[i]); - } talloc_free(spnego->negTokenInit.mechTypes); } data_blob_free(&spnego->negTokenInit.mechToken); |