mirror of
https://github.com/samba-team/samba.git
synced 2025-12-07 20:23:50 +03:00
remove { and } from the list of illegal characters in filenames. The
CIFS3 spec does not list them as illegal. This allows things like the control panel icon to be placed on a Samba drive.
This commit is contained in:
@@ -613,7 +613,7 @@ static BOOL illegal_name(char *name)
|
||||
|
||||
if (!initialised)
|
||||
{
|
||||
char *ill = "*\\/?<>|\":{}";
|
||||
char *ill = "*\\/?<>|\":";
|
||||
initialised = True;
|
||||
|
||||
bzero((char *)illegal,256);
|
||||
|
||||
Reference in New Issue
Block a user