diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-01-18 12:16:27 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-01-18 12:16:27 +1100 |
commit | 564e021ed974b4bb3472ec3fc091746663808afd (patch) | |
tree | 88084330145827ab6ce207a4c5286e15c9eae143 | |
parent | 8d36d43e5258aa80855a9baa707a9fcad77a0d03 (diff) | |
download | samba-564e021ed974b4bb3472ec3fc091746663808afd.tar.gz samba-564e021ed974b4bb3472ec3fc091746663808afd.tar.bz2 samba-564e021ed974b4bb3472ec3fc091746663808afd.zip |
Correct authorship of instanceType module
Andrew Bartlett
(This used to be commit d427cf4fa67e84ccdece9a3fb31d8e89379a86e7)
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/instancetype.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/instancetype.c b/source4/dsdb/samdb/ldb_modules/instancetype.c index ee1f2ff7ba..064c28ec65 100644 --- a/source4/dsdb/samdb/ldb_modules/instancetype.c +++ b/source4/dsdb/samdb/ldb_modules/instancetype.c @@ -31,7 +31,7 @@ * * Description: add an instanceType onto every new record * - * Author: Simo Sorce + * Author: Andrew Bartlett */ #include "includes.h" |