From ae88bcd1f0997e6349039973bf44292b87977305 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 5 Sep 2013 14:48:28 +0200 Subject: idmap_autorid: add a comment explaining idmap_autorid_loadconfig() Signed-off-by: Michael Adam Reviewed-by: Volker Lendecke --- source3/include/idmap_autorid_tdb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include') 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); -- cgit