summaryrefslogtreecommitdiff
path: root/source3/auth/auth_script.c
diff options
context:
space:
mode:
authorPaul Green <paulg@samba.org>2006-04-26 16:18:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:16:31 -0500
commit0ec947bf1a661ac275fd6bd0aa96b6982f50dab3 (patch)
tree07718f047c79f182e3ce9f8ab02c2f72f5d8504b /source3/auth/auth_script.c
parent31693197bee0d71e83418c0fb72685fd848e358f (diff)
downloadsamba-0ec947bf1a661ac275fd6bd0aa96b6982f50dab3.tar.gz
samba-0ec947bf1a661ac275fd6bd0aa96b6982f50dab3.tar.bz2
samba-0ec947bf1a661ac275fd6bd0aa96b6982f50dab3.zip
r15285: Fix the build.
(This used to be commit 2270a5196db071bbf15aed92637a24f81d179cd5)
Diffstat (limited to 'source3/auth/auth_script.c')
-rw-r--r--source3/auth/auth_script.c3
1 files changed, 2 insertions, 1 deletions
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