fix #4591
This commit is contained in:
parent
9035b9d324
commit
855b78f837
@ -897,7 +897,7 @@ open_unix_path (const char *unix_path,
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (0 != chmod (serve_unixpath,
|
||||
if (0 != chmod (unix_path,
|
||||
unix_mode))
|
||||
{
|
||||
fprintf (stderr,
|
||||
|
Loading…
Reference in New Issue
Block a user