summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/subtree_delete.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-07-04 10:23:41 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-07-04 22:05:17 +0200
commit7d483cdc04d0e58ea171d5d94f53013fb2c2cc0e (patch)
tree2cd8fc253e05ec1f6f9542f463c60d035c9eecf8 /source4/dsdb/samdb/ldb_modules/subtree_delete.c
parent83dedef2c7b3c471d37f532f56d8eb0d45c20e51 (diff)
downloadsamba-7d483cdc04d0e58ea171d5d94f53013fb2c2cc0e.tar.gz
samba-7d483cdc04d0e58ea171d5d94f53013fb2c2cc0e.tar.bz2
samba-7d483cdc04d0e58ea171d5d94f53013fb2c2cc0e.zip
s4:subtree_delete LDB module - fix comments and add my copyright
(I've introduced the subtree delete mechanism)
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/subtree_delete.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/subtree_delete.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/subtree_delete.c b/source4/dsdb/samdb/ldb_modules/subtree_delete.c
index 4782702ae5..b677c29ddd 100644
--- a/source4/dsdb/samdb/ldb_modules/subtree_delete.c
+++ b/source4/dsdb/samdb/ldb_modules/subtree_delete.c
@@ -5,6 +5,7 @@
Copyright (C) Andrew Tridgell <tridge@samba.org> 2009
Copyright (C) Stefan Metzmacher <metze@samba.org> 2007
Copyright (C) Simo Sorce <idra@samba.org> 2008
+ Copyright (C) Matthias Dieter Wallnöfer 2010
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -23,9 +24,9 @@
/*
* Name: ldb
*
- * Component: ldb subtree delete (prevention) module
+ * Component: ldb subtree delete module
*
- * Description: Prevent deletion of a subtree in LDB
+ * Description: Delete of a subtree in LDB
*
* Author: Andrew Bartlett
*/