idmap_autorid: add a comment explaining idmap_autorid_init_hwm()
authorMichael Adam <obnox@samba.org>
Thu, 5 Sep 2013 12:45:29 +0000 (14:45 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 1 Oct 2013 08:49:18 +0000 (10:49 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
source3/include/idmap_autorid.h

index 5bcb517164e53f1fe537d2c0e65fa65d7cc40d79..bf96d765d1579b5c508cba5c1ef353f1d3fd800e 100644 (file)
@@ -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,