diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-07 23:56:53 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:48:48 +0100 |
commit | 47554fd72e00911f05c1c16f1af4d06481d32882 (patch) | |
tree | bba372b491472cb5cfeede2fc8171bd7fb24a869 /source4/lib/ldb-samba | |
parent | da2ae4995370affe57cfecfe371a4edf553065d0 (diff) | |
download | samba-47554fd72e00911f05c1c16f1af4d06481d32882.tar.gz samba-47554fd72e00911f05c1c16f1af4d06481d32882.tar.bz2 samba-47554fd72e00911f05c1c16f1af4d06481d32882.zip |
r26338: Fix parameter, typo.
(This used to be commit 2a005096dd41f66fd99577d6ca7eb3e0f1cb30f2)
Diffstat (limited to 'source4/lib/ldb-samba')
-rw-r--r-- | source4/lib/ldb-samba/ldif_handlers.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/lib/ldb-samba/ldif_handlers.c b/source4/lib/ldb-samba/ldif_handlers.c index faf3cad2d0..f8e3505655 100644 --- a/source4/lib/ldb-samba/ldif_handlers.c +++ b/source4/lib/ldb-samba/ldif_handlers.c @@ -23,10 +23,9 @@ #include "includes.h" #include "lib/ldb/include/ldb_includes.h" - +#include "dsdb/samdb/samdb.h" #include "librpc/gen_ndr/ndr_security.h" #include "librpc/gen_ndr/ndr_misc.h" -#include "dsdb/samdb/samdb.h" #include "libcli/security/security.h" /* @@ -291,7 +290,7 @@ static int ldif_write_ntSecurityDescriptor(struct ldb_context *ldb, void *mem_ct } /* - canonicolise an objectCategory. We use the short form as the cannoical form: + canonicalise an objectCategory. We use the short form as the cannoical form: cn=Person,cn=Schema,cn=Configuration,<basedn> becomes 'person' */ |