From 3895a5a1fcb2c949647fd310b21476aa1db377f2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 13 May 2006 21:10:00 +0000 Subject: r15583: Add a comment while trying to understand this code (This used to be commit 7945c935bf197afb61286ddeb0e579078362a1fc) --- source3/smbd/password.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3') diff --git a/source3/smbd/password.c b/source3/smbd/password.c index 8d33c1deed..230d7f297f 100644 --- a/source3/smbd/password.c +++ b/source3/smbd/password.c @@ -189,6 +189,11 @@ int register_vuid(auth_serversupplied_info *server_info, vuser->vuid = next_vuid; if (!server_info) { + /* + * This happens in an unfinished NTLMSSP session setup. We + * need to allocate a vuid between the first and second calls + * to NTLMSSP. + */ next_vuid++; num_validated_vuids++; -- cgit