This commit is contained in:
Christian Grothoff 2016-06-26 13:44:22 +02:00
parent 9035b9d324
commit 855b78f837

View File

@ -897,7 +897,7 @@ open_unix_path (const char *unix_path,
return -1; return -1;
} }
if (0 != chmod (serve_unixpath, if (0 != chmod (unix_path,
unix_mode)) unix_mode))
{ {
fprintf (stderr, fprintf (stderr,