summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-08-04 12:52:11 +1000
committerAndrew Bartlett <abartlet@samba.org>2009-08-04 13:11:07 +1000
commit57d690b6f693d9a90eb77404bbffc05a1c245972 (patch)
treea0c6eaca83886f0e55ebb4224f1a093f81a964fd /source4/torture/torture.c
parent3eaef05506d5c17eea4105c4bf3138accd59df9f (diff)
downloadsamba-57d690b6f693d9a90eb77404bbffc05a1c245972.tar.gz
samba-57d690b6f693d9a90eb77404bbffc05a1c245972.tar.bz2
samba-57d690b6f693d9a90eb77404bbffc05a1c245972.zip
s4:torture rework LDAP sort test
This reworks the test to be part of the LDAP tests, to make better use of the torture API and the ldb API (in particular around adding controls), and a general cleanup. This also adds the test to the 'make test' run. Andrew Bartlett
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 1dce12adb0..a7296e62db 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -56,7 +56,6 @@ _PUBLIC_ int torture_init(void)
{
extern NTSTATUS torture_base_init(void);
extern NTSTATUS torture_ldap_init(void);
- extern NTSTATUS torture_ldb_module_init(void);
extern NTSTATUS torture_local_init(void);
extern NTSTATUS torture_nbt_init(void);
extern NTSTATUS torture_nbench_init(void);