mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
Both dbwrap_watched_record_storev() and dbwrap_watched_record_delete() call dbwrap_watched_record_wakeup() as their first action. So the behavior stays the same, but dbwrap_watched_do_locked_storev() and dbwrap_watched_do_locked_delete() are not trivial and we have the wakeup logic isolated in dbwrap_watched_record_wakeup() only. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15125 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>