svn commit: samba r15285 - in branches/SAMBA_3_0/source/auth: .

paulg at samba.org paulg at samba.org
Wed Apr 26 16:18:02 GMT 2006


Author: paulg
Date: 2006-04-26 16:18:02 +0000 (Wed, 26 Apr 2006)
New Revision: 15285

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15285

Log:
Fix the build.
Modified:
   branches/SAMBA_3_0/source/auth/auth_script.c


Changeset:
Modified: branches/SAMBA_3_0/source/auth/auth_script.c
===================================================================
--- branches/SAMBA_3_0/source/auth/auth_script.c	2006-04-26 15:55:04 UTC (rev 15284)
+++ branches/SAMBA_3_0/source/auth/auth_script.c	2006-04-26 16:18:02 UTC (rev 15285)
@@ -145,9 +145,10 @@
 {
 	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



More information about the samba-cvs mailing list