1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r15285: Fix the build.

This commit is contained in:
Paul Green 2006-04-26 16:18:02 +00:00 committed by Gerald (Jerry) Carter
parent 17774387ad
commit 2270a5196d

View File

@ -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