1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

s3:dbwrap: add a comment

This commit is contained in:
Michael Adam 2011-08-17 14:42:50 +02:00
parent dc4a5f5323
commit 3dc607c0c6

View File

@ -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)
{