diff options
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/local.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |