From 4c937f2dd2bf3d6fa695f07efbeb7c80b257fd10 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 5 Sep 2013 14:45:29 +0200 Subject: idmap_autorid: add a comment explaining idmap_autorid_init_hwm() Signed-off-by: Michael Adam Reviewed-by: Volker Lendecke --- source3/include/idmap_autorid_tdb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3') diff --git a/source3/include/idmap_autorid_tdb.h b/source3/include/idmap_autorid_tdb.h index 5bcb517164..bf96d765d1 100644 --- a/source3/include/idmap_autorid_tdb.h +++ b/source3/include/idmap_autorid_tdb.h @@ -81,6 +81,10 @@ NTSTATUS idmap_autorid_setrange(struct db_context *db, uint32_t domain_range_index, uint32_t rangenum); +/** + * Initialize a specified HWM value to 0 if it is not + * yet present in the database. + */ NTSTATUS idmap_autorid_init_hwm(struct db_context *db, const char *hwm); NTSTATUS idmap_autorid_db_init(const char *path, -- cgit