mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
a space is a standard valid character in a filename
This commit is contained in:
parent
bf2d9dd5ba
commit
0db79d4a37
@ -103,7 +103,7 @@ void init_valid_table(void)
|
||||
static int initialised;
|
||||
static int mapped_file;
|
||||
int i;
|
||||
const char *allowed = ".!#$%&'()_-@^`~";
|
||||
const char *allowed = ".!#$%&'()_-@^`~ ";
|
||||
|
||||
if (initialised && mapped_file) return;
|
||||
initialised = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user