1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

Remove : from the list seperators, as this is used to seperate out components

in the passdb module selection (after the : you have the options).

Andrew Bartlett
(This used to be commit 6949b630f1)
This commit is contained in:
Andrew Bartlett 2002-04-12 08:22:50 +00:00
parent b78a3886a7
commit f435873a6c

View File

@ -77,7 +77,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