summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-02-20 06:22:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:06 -0500
commitf77bdcf6c71a9d0274d96298b136300d5bb05bb1 (patch)
tree1234d128f0e1af6e970ecac41c17677cb6448da2 /source3/smbd/password.c
parent83dce235507cab7fef284e012982f5665aff55c4 (diff)
downloadsamba-f77bdcf6c71a9d0274d96298b136300d5bb05bb1.tar.gz
samba-f77bdcf6c71a9d0274d96298b136300d5bb05bb1.tar.bz2
samba-f77bdcf6c71a9d0274d96298b136300d5bb05bb1.zip
r21460: Fix for server-side processing of SPNEGO auth
fragmented into "max xmit" size security blob chunks. Bug #4400. Needs limits adding, and also a client-side version. Jeremy. (This used to be commit aa69f2481aafee5dccc3783b8a6e23ca4eb0dbfa)
Diffstat (limited to 'source3/smbd/password.c')
-rw-r--r--source3/smbd/password.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c
index 10cb920237..bf4e9258ff 100644
--- a/source3/smbd/password.c
+++ b/source3/smbd/password.c
@@ -111,6 +111,7 @@ void invalidate_vuid(uint16 vuid)
SAFE_FREE(vuser->groups);
TALLOC_FREE(vuser->nt_user_token);
+
SAFE_FREE(vuser);
num_validated_vuids--;
}