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/libnet | |
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/libnet')
-rw-r--r-- | source4/torture/libnet/libnet_BecomeDC.c | 2 | ||||
-rw-r--r-- | source4/torture/libnet/utils.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/libnet/libnet_BecomeDC.c b/source4/torture/libnet/libnet_BecomeDC.c index 9e0ab1cb48..1d095fbf5f 100644 --- a/source4/torture/libnet/libnet_BecomeDC.c +++ b/source4/torture/libnet/libnet_BecomeDC.c @@ -28,7 +28,7 @@ #include "librpc/gen_ndr/ndr_drsuapi.h" #include "librpc/gen_ndr/ndr_drsblobs.h" #include "system/time.h" -#include "lib/ldb_wrap.h" +#include "ldb_wrap.h" #include "auth/auth.h" #include "param/param.h" #include "param/provision.h" diff --git a/source4/torture/libnet/utils.c b/source4/torture/libnet/utils.c index dcf284bb98..372482d9e8 100644 --- a/source4/torture/libnet/utils.c +++ b/source4/torture/libnet/utils.c @@ -29,7 +29,7 @@ #include "librpc/gen_ndr/ndr_samr_c.h" #include "librpc/gen_ndr/ndr_lsa_c.h" #include "torture/libnet/proto.h" -#include "lib/ldb_wrap.h" +#include "ldb_wrap.h" /** * Opens handle on Domain using SAMR |