1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

s3:ntlm_auth: fix memory leak in the raw ntlmssp code path

metze
This commit is contained in:
Stefan Metzmacher 2010-12-01 05:50:59 +01:00
parent 6acbcd1b0c
commit 9a56ade6b1

View File

@ -1319,6 +1319,8 @@ static void manage_gss_spnego_request(struct ntlm_auth_state *state,
&& (strncmp((char *)token.data, "NTLMSSP", 7) == 0)) {
char *reply;
data_blob_free(&token);
DEBUG(10, ("Could not parse GSS-SPNEGO, trying raw "
"ntlmssp\n"));