diff options
-rw-r--r-- | source3/lib/util_unistr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util_unistr.c b/source3/lib/util_unistr.c index fc29ca8dc2..6034a715d3 100644 --- a/source3/lib/util_unistr.c +++ b/source3/lib/util_unistr.c @@ -64,7 +64,7 @@ void load_case_tables(void) } if (!valid_table) { - const char *allowed = "!#$%&'()_-@^`~"; + const char *allowed = ".!#$%&'()_-@^`~"; DEBUG(1,("creating lame valid table\n")); valid_table = malloc(0x10000); for (i=0;i<0x10000;i++) valid_table[i] = 0; |