mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
50163da309
The new dbwrap_watched_watch_remove_instance() will just remove ourself from the in memory array and let db_watched_record_fini() call dbwrap_watched_record_storev() in order to write the modified version into the low level backend record. For now there's no change in behavior, but it allows us to change it soon.... 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>