diff options
author | Michael Adam <obnox@samba.org> | 2013-09-05 14:48:28 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-10-02 00:06:27 +0200 |
commit | ae88bcd1f0997e6349039973bf44292b87977305 (patch) | |
tree | cb16dc4a16e82cfc6f39c2d2c15e42818266f9e9 /source3/include | |
parent | 4deba6090b1d8c7bc2b8ff85e196905ad3a8ec43 (diff) | |
download | samba-ae88bcd1f0997e6349039973bf44292b87977305.tar.gz samba-ae88bcd1f0997e6349039973bf44292b87977305.tar.bz2 samba-ae88bcd1f0997e6349039973bf44292b87977305.zip |
idmap_autorid: add a comment explaining idmap_autorid_loadconfig()
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/idmap_autorid_tdb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/idmap_autorid_tdb.h b/source3/include/idmap_autorid_tdb.h index f1808d2110..8f7219e27b 100644 --- a/source3/include/idmap_autorid_tdb.h +++ b/source3/include/idmap_autorid_tdb.h @@ -97,6 +97,9 @@ NTSTATUS idmap_autorid_db_init(const char *path, TALLOC_CTX *mem_ctx, struct db_context **db); +/** + * Load the configuration stored in the autorid database. + */ NTSTATUS idmap_autorid_loadconfig(struct db_context *db, TALLOC_CTX *ctx, struct autorid_global_config **result); |