diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-09-12 14:40:17 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-09-12 19:23:05 +0200 |
commit | bb1da645ed1005b5e77dd3e013af93b0f027d51e (patch) | |
tree | 56e21de8c25e1124ba99a33dbf002b9c3eba85e0 /source4/dsdb/samdb | |
parent | dad7cdad2261b8b860a67ecfdcb027ff9a7985db (diff) | |
download | samba-bb1da645ed1005b5e77dd3e013af93b0f027d51e.tar.gz samba-bb1da645ed1005b5e77dd3e013af93b0f027d51e.tar.bz2 samba-bb1da645ed1005b5e77dd3e013af93b0f027d51e.zip |
s4:samldb LDB module - add a comment to mark the beginning of the extended operation handler
Diffstat (limited to 'source4/dsdb/samdb')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/samldb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/samldb.c b/source4/dsdb/samdb/ldb_modules/samldb.c index dcf32c490f..e616295e3a 100644 --- a/source4/dsdb/samdb/ldb_modules/samldb.c +++ b/source4/dsdb/samdb/ldb_modules/samldb.c @@ -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); |