From 0ec947bf1a661ac275fd6bd0aa96b6982f50dab3 Mon Sep 17 00:00:00 2001 From: Paul Green Date: Wed, 26 Apr 2006 16:18:02 +0000 Subject: r15285: Fix the build. (This used to be commit 2270a5196db071bbf15aed92637a24f81d179cd5) --- source3/auth/auth_script.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/auth') diff --git a/source3/auth/auth_script.c b/source3/auth/auth_script.c index 05bae44865..722abe3d04 100644 --- a/source3/auth/auth_script.c +++ b/source3/auth/auth_script.c @@ -145,9 +145,10 @@ NTSTATUS auth_script_init(void) { return smb_register_auth(AUTH_INTERFACE_VERSION, "script", auth_init_script); } - +#if 0 /* Define this to build shared. */ NTSTATUS init_module(void) { return smb_register_auth(AUTH_INTERFACE_VERSION, "script", auth_init_script); } +#endif -- cgit