diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-05 16:05:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:14 -0500 |
commit | 5d0aa16dfcf3047a52d3dd7e12ffb704a9725e83 (patch) | |
tree | 8a9ae36a29652dec9dbb5138ba3c0dee86b8e32d /source4/torture | |
parent | 8edf29e8ef4d886321a6e8ec3902065641d34f40 (diff) | |
download | samba-5d0aa16dfcf3047a52d3dd7e12ffb704a9725e83.tar.gz samba-5d0aa16dfcf3047a52d3dd7e12ffb704a9725e83.tar.bz2 samba-5d0aa16dfcf3047a52d3dd7e12ffb704a9725e83.zip |
r13839: Use registration mechanism for backends as well (in the same sense
my previous patch added it for modules). This is the next step towards
LDB backends and modules as run-time loadable .so files.
(This used to be commit fb2f70de4f6c4a9b13ad590cb4d3a9c858cede49)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/torture.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 26137b1890..4aece9565b 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -26,6 +26,7 @@ #include "system/filesys.h" #include "libcli/raw/ioctl.h" #include "libcli/libcli.h" +#include "lib/ldb/include/ldb.h" #include "librpc/rpc/dcerpc_table.h" #include "torture/basic/proto.h" @@ -2632,6 +2633,8 @@ static void max_runtime_handler(int sig) alarm(max_runtime); } + ldb_global_init(); + dcerpc_init(); dcerpc_table_init(); |