diff options
Diffstat (limited to 'source3/auth/auth_script.c')
-rw-r--r-- | source3/auth/auth_script.c | 3 |
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 |