commit 855b78f837751d3d413e6b36253f0fc2a359eb75 parent 9035b9d3245692f266fc50fde6da144c6e069128 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 26 Jun 2016 13:44:22 +0200 fix #4591 Diffstat:
| M | src/exchange/taler-exchange-httpd.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,