diff options
author | Michael Adam <obnox@samba.org> | 2011-08-17 14:42:50 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-10-11 14:17:55 +0200 |
commit | 3dc607c0c6f5b22c95aa88b334f9c0cd2dc8f226 (patch) | |
tree | 9925a72b9af26b930b660c7f362ee526b70dad07 /source3/lib | |
parent | dc4a5f532392bb7e047b11017fa7916a68d67192 (diff) | |
download | samba-3dc607c0c6f5b22c95aa88b334f9c0cd2dc8f226.tar.gz samba-3dc607c0c6f5b22c95aa88b334f9c0cd2dc8f226.tar.bz2 samba-3dc607c0c6f5b22c95aa88b334f9c0cd2dc8f226.zip |
s3:dbwrap: add a comment
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/dbwrap/dbwrap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/lib/dbwrap/dbwrap.c b/source3/lib/dbwrap/dbwrap.c index ad3f914e41..c3b3b0f0e5 100644 --- a/source3/lib/dbwrap/dbwrap.c +++ b/source3/lib/dbwrap/dbwrap.c @@ -94,6 +94,10 @@ int dbwrap_fallback_wipe(struct db_context *db) } +/* + * Wrapper functions for the backend methods + */ + TDB_DATA dbwrap_fetch(struct db_context *db, TALLOC_CTX *mem_ctx, TDB_DATA key) { |