diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-06-16 13:43:38 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-06-16 14:07:28 +0200 |
commit | 6dbcffb51d979094cbdac80df5e9480475230137 (patch) | |
tree | 31a1405822da012949a811433981bb48dde26ca3 /source4/torture/rpc | |
parent | 8843eea2e06736f27080eedab883ffc51feacb33 (diff) | |
download | samba-6dbcffb51d979094cbdac80df5e9480475230137.tar.gz samba-6dbcffb51d979094cbdac80df5e9480475230137.tar.bz2 samba-6dbcffb51d979094cbdac80df5e9480475230137.zip |
s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.
This is needed to remove samba specifc symbols from the bundled
ldb, in order to get the ABI right.
metze
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/dsgetinfo.c | 1 | ||||
-rw-r--r-- | source4/torture/rpc/dssync.c | 1 | ||||
-rw-r--r-- | source4/torture/rpc/netlogon.c | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/source4/torture/rpc/dsgetinfo.c b/source4/torture/rpc/dsgetinfo.c index 7d210229d8..8cf3edcdd7 100644 --- a/source4/torture/rpc/dsgetinfo.c +++ b/source4/torture/rpc/dsgetinfo.c @@ -29,7 +29,6 @@ #include "auth/gensec/gensec.h" #include "param/param.h" #include "dsdb/samdb/samdb.h" -#include "lib/ldb_wrap.h" #include "torture/rpc/torture_rpc.h" #include "torture/drs/proto.h" diff --git a/source4/torture/rpc/dssync.c b/source4/torture/rpc/dssync.c index d6ed191284..49400bc105 100644 --- a/source4/torture/rpc/dssync.c +++ b/source4/torture/rpc/dssync.c @@ -30,7 +30,6 @@ #include "auth/gensec/gensec.h" #include "param/param.h" #include "dsdb/samdb/samdb.h" -#include "lib/ldb_wrap.h" #include "torture/rpc/torture_rpc.h" #include "torture/drs/proto.h" #include "lib/tsocket/tsocket.h" diff --git a/source4/torture/rpc/netlogon.c b/source4/torture/rpc/netlogon.c index 03de3bdc10..787914e46d 100644 --- a/source4/torture/rpc/netlogon.c +++ b/source4/torture/rpc/netlogon.c @@ -34,7 +34,7 @@ #include "libcli/security/security.h" #include "lib/ldb/include/ldb.h" #include "lib/util/util_ldb.h" -#include "lib/ldb_wrap.h" +#include "ldb_wrap.h" #include "lib/replace/system/network.h" #include "dsdb/samdb/samdb.h" |