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:
parent
8435128582
commit
9c81aa9dab
@ -1 +0,0 @@
|
||||
^samba3.smb2.durable-v2-delay.durable_v2_reconnect_delay_msec
|
@ -1262,6 +1262,8 @@ static bool share_mode_cleanup_disconnected_fn(
|
||||
return true;
|
||||
}
|
||||
|
||||
e->stale = true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user