From: Michael Adam Date: Thu, 5 Sep 2013 12:45:29 +0000 (+0200) Subject: idmap_autorid: add a comment explaining idmap_autorid_init_hwm() X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=4c937f2dd2bf3d6fa695f07efbeb7c80b257fd10;p=mat%2Fsamba.git idmap_autorid: add a comment explaining idmap_autorid_init_hwm() Signed-off-by: Michael Adam Reviewed-by: Volker Lendecke --- 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,