mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
8082e2eb7e
This allows the calling the following sequence of dbwrap functions: dbwrap_delete_record(rec); data = dbwrap_record_get_value(rec); without triggering the assert rec->value_valid inside dbwrap_record_get_value(). Note that dbwrap_record_storev() continues to invalidate the record, so this change somewhat blurs our semantics. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14882 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Nov 4 19:49:47 UTC 2021 on sn-devel-184 |
||
---|---|---|
.. | ||
dbwrap_local_open.c | ||
dbwrap_private.h | ||
dbwrap_rbt.c | ||
dbwrap_rbt.h | ||
dbwrap_tdb.c | ||
dbwrap_tdb.h | ||
dbwrap_util.c | ||
dbwrap.c | ||
dbwrap.h | ||
wscript_build |