1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

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 75a6cfb2f6)
This commit is contained in:
Andrew Tridgell 2005-02-06 08:16:18 +00:00 committed by Gerald (Jerry) Carter
parent 0628d5fdeb
commit 4559bc7796

View File

@ -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