s4:samldb LDB module - add a comment to mark the beginning of the extended operation...
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 12 Sep 2010 12:40:17 +0000 (14:40 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 12 Sep 2010 17:23:05 +0000 (19:23 +0200)
source4/dsdb/samdb/ldb_modules/samldb.c

index dcf32c490fc0033e990a48d9355897a799dca4e5..e616295e3a529009174a35f20c1c9a03af542b47 100644 (file)
@@ -1329,6 +1329,8 @@ static int samldb_delete(struct ldb_module *module, struct ldb_request *req)
        return ldb_next_request(module, req);
 }
 
+/* extended */
+
 static int samldb_extended_allocate_rid_pool(struct ldb_module *module, struct ldb_request *req)
 {
        struct ldb_context *ldb = ldb_module_get_ctx(module);