mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
@ -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;
|
||||
|
Reference in New Issue
Block a user