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:
parent
17774387ad
commit
2270a5196d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user