summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/exchange/taler-exchange-httpd.c2
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,