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:
parent
b78a3886a7
commit
f435873a6c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user