From bef665baadebe7ad8a9417dfccb5f210d3f01ae0 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 4 Jun 2009 11:13:05 +1000 Subject: s4:torture Make Samba4 build on hosts with an older libnetapi For example, Samba4 would not build (for the last week) on Fedora 10, with samba-common 3.2.11 installed. Andrew Bartlett --- source4/torture/torture.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index d80acffa0d..a7296e62db 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -45,7 +45,7 @@ bool torture_register_suite(struct torture_suite *suite) return torture_suite_add_suite(torture_root, suite); } -#ifndef HAVE_NETAPI_H +#ifndef ENABLE_LIBNETAPI NTSTATUS torture_libnetapi_init(void) { return NT_STATUS_OK; @@ -63,9 +63,7 @@ _PUBLIC_ int torture_init(void) extern NTSTATUS torture_rpc_init(void); extern NTSTATUS torture_smb2_init(void); extern NTSTATUS torture_net_init(void); -#ifdef HAVE_NETAPI_H extern NTSTATUS torture_libnetapi_init(void); -#endif extern NTSTATUS torture_raw_init(void); extern NTSTATUS torture_unix_init(void); extern NTSTATUS torture_winbind_init(void); -- cgit