diff options
author | Paul Green <paulg@samba.org> | 2006-04-26 16:18:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:16:31 -0500 |
commit | 2270a5196db071bbf15aed92637a24f81d179cd5 (patch) | |
tree | 6b40c130458b60df7245407796ac9cbd8312b12d | |
parent | 17774387ad879b6a72dd1cf406326318add31b04 (diff) | |
download | samba-2270a5196db071bbf15aed92637a24f81d179cd5.tar.gz samba-2270a5196db071bbf15aed92637a24f81d179cd5.tar.xz samba-2270a5196db071bbf15aed92637a24f81d179cd5.zip |
r15285: Fix the build.
-rw-r--r-- | source/auth/auth_script.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/auth/auth_script.c b/source/auth/auth_script.c index 05bae44865f..722abe3d046 100644 --- a/source/auth/auth_script.c +++ b/source/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 |