diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-11 16:06:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:06:26 -0500 |
commit | 4a4cdc990cdc9e29b63fd28c5aa58ae1b47ed174 (patch) | |
tree | 09080bf683be3dc6f0b4e678b6bd27c48af52447 /source4/lib/ldb/tools | |
parent | bea4fc3af2b6945db14f38981371ad3c8f9ba64a (diff) | |
download | samba-4a4cdc990cdc9e29b63fd28c5aa58ae1b47ed174.tar.gz samba-4a4cdc990cdc9e29b63fd28c5aa58ae1b47ed174.tar.bz2 samba-4a4cdc990cdc9e29b63fd28c5aa58ae1b47ed174.zip |
r25084: Move samba-specific code out of lib/ldb directory.
(This used to be commit 917bd737cb07817664d9088860588d47525f5ff8)
Diffstat (limited to 'source4/lib/ldb/tools')
-rw-r--r-- | source4/lib/ldb/tools/cmdline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tools/cmdline.c b/source4/lib/ldb/tools/cmdline.c index 08f5dc721f..2cf8212154 100644 --- a/source4/lib/ldb/tools/cmdline.c +++ b/source4/lib/ldb/tools/cmdline.c @@ -27,7 +27,7 @@ #if (_SAMBA_BUILD_ >= 4) #include "includes.h" #include "lib/cmdline/popt_common.h" -#include "lib/ldb/samba/ldif_handlers.h" +#include "lib/ldb-samba/ldif_handlers.h" #include "auth/gensec/gensec.h" #include "auth/auth.h" #include "db_wrap.h" |