From 4559bc77961083f185c5aff62cc51610ac27c7e0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 6 Feb 2005 08:16:18 +0000 Subject: r5249: 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 (This used to be commit 75a6cfb2f6b4ef85cf7e49958cccae9d35c4e5a2) --- source4/include/local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/include') diff --git a/source4/include/local.h b/source4/include/local.h index 7723e6cedd..ae17f576bd 100644 --- a/source4/include/local.h +++ b/source4/include/local.h @@ -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 -- cgit