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

smbd: Fix a share_entries.tdb record leak

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2019-12-03 21:27:09 +01:00 committed by Jeremy Allison
parent 8435128582
commit 9c81aa9dab
2 changed files with 2 additions and 1 deletions

View File

@ -1 +0,0 @@
^samba3.smb2.durable-v2-delay.durable_v2_reconnect_delay_msec

View File

@ -1262,6 +1262,8 @@ static bool share_mode_cleanup_disconnected_fn(
return true;
}
e->stale = true;
return false;
}