svn commit: samba r15286 - in trunk/source/auth: .

paulg at samba.org paulg at samba.org
Wed Apr 26 16:23:32 GMT 2006


Author: paulg
Date: 2006-04-26 16:23:32 +0000 (Wed, 26 Apr 2006)
New Revision: 15286

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

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


Changeset:
Modified: trunk/source/auth/auth_script.c
===================================================================
--- trunk/source/auth/auth_script.c	2006-04-26 16:18:02 UTC (rev 15285)
+++ trunk/source/auth/auth_script.c	2006-04-26 16:23:32 UTC (rev 15286)
@@ -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