diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-06-26 13:44:22 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-06-26 13:44:22 +0200 |
commit | 855b78f837751d3d413e6b36253f0fc2a359eb75 (patch) | |
tree | 8d7b5e77d0c0b3028105abd9ea2eecf5c7e1854e /src | |
parent | 9035b9d3245692f266fc50fde6da144c6e069128 (diff) |
fix #4591
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index 4b269a392..cca42f934 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -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, |