svn commit: samba r12244 - in trunk/source/lib: .

jra at samba.org jra at samba.org
Wed Dec 14 20:31:54 GMT 2005


Author: jra
Date: 2005-12-14 20:31:54 +0000 (Wed, 14 Dec 2005)
New Revision: 12244

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

Log:
Ooops. Fix the build.
Jeremy.

Modified:
   trunk/source/lib/dummysmbd.c


Changeset:
Modified: trunk/source/lib/dummysmbd.c
===================================================================
--- trunk/source/lib/dummysmbd.c	2005-12-14 20:28:45 UTC (rev 12243)
+++ trunk/source/lib/dummysmbd.c	2005-12-14 20:31:54 UTC (rev 12244)
@@ -53,3 +53,8 @@
 {
 	return False;
 }
+
+BOOL validate_net_name( const char *name, const char *invalid_chars, int max_len )
+{
+	return False;
+}



More information about the samba-cvs mailing list