1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/lib/dbwrap
Volker Lendecke 2f38a77a2d dbwrap: Do not rely on dbwrap_record_get_value to return a talloc object
db_tdb_fetch_locked returns the value as part of a larger talloc object
that also contains the key.  This means we can not realloc, but have to
freshly alloc.

Reviewed-by: Michael Adam <obnox@samba.org>

Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Thu Nov 29 20:21:51 CET 2012 on sn-devel-104
2012-11-29 20:21:50 +01:00
..
dbwrap_ctdb.c s3: Remove db_ctdb_fetch 2012-11-29 18:18:49 +01:00
dbwrap_ctdb.h s3: Pass down lock_order to db_open_ctdb 2012-01-18 14:48:04 +01:00
dbwrap_open.c s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers 2012-06-27 17:11:16 +02:00
dbwrap_open.h s3:dbwrap: move definition of dbwrap_lock_order to dbwrap.h 2012-05-13 22:41:48 +02:00
dbwrap_watch.c dbwrap: Do not rely on dbwrap_record_get_value to return a talloc object 2012-11-29 20:21:50 +01:00
dbwrap_watch.h s3: Fix a comment 2012-09-04 15:15:00 -07:00