svn commit: samba r5249 - in branches/SAMBA_4_0/source/include: .

tridge at samba.org tridge at samba.org
Sun Feb 6 08:16:18 GMT 2005


Author: tridge
Date: 2005-02-06 08:16:18 +0000 (Sun, 06 Feb 2005)
New Revision: 5249

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

Log:
don't include ';' in the default list separators for parsing
smb.conf. It was rarely (if ever?) used, and poses problems as it is
not multi-byte safe for character searches


Modified:
   branches/SAMBA_4_0/source/include/local.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/local.h
===================================================================
--- branches/SAMBA_4_0/source/include/local.h	2005-02-06 08:14:44 UTC (rev 5248)
+++ branches/SAMBA_4_0/source/include/local.h	2005-02-06 08:16:18 UTC (rev 5249)
@@ -47,7 +47,7 @@
 #define MAX_PASS_LEN 200
 
 /* separators for lists */
-#define LIST_SEP " \t,;\n\r"
+#define LIST_SEP " \t,\n\r"
 
 /* wchar separators for lists */
 #define LIST_SEP_W wchar_list_sep



More information about the samba-cvs mailing list