mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
First part of bugfix for #5933
Ofer Tal <otsmb@shmoop.org> fully correctly noted that we're incrementing num_validated_vuids twice per session setup, but decrement it only once. Looking at sesssetup.c we always call register_initial_vuid() before register_existing_vuid(), so there's no point in incrementing it in register_existing_vuid(). Jeremy, please check!
This commit is contained in:
parent
cf79461f4e
commit
12f4d01f4a
@ -281,9 +281,6 @@ int register_existing_vuid(uint16 vuid,
|
||||
"and will be vuid %u\n", (int)vuser->server_info->utok.uid,
|
||||
vuser->server_info->unix_name, vuser->vuid));
|
||||
|
||||
next_vuid++;
|
||||
num_validated_vuids++;
|
||||
|
||||
if (!session_claim(vuser)) {
|
||||
DEBUG(1, ("register_existing_vuid: Failed to claim session "
|
||||
"for vuid=%d\n",
|
||||
|
Loading…
Reference in New Issue
Block a user