summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-26 21:49:48 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-26 21:49:48 +0200
commite7e14f30091282723ea03274d83c43018d0633a1 (patch)
tree066c19f75fefeec9c408d4640f636d208d021d0d /src
parentd17629bf72d061ff24ba11c3c1a4de8276833d90 (diff)
downloadexchange-e7e14f30091282723ea03274d83c43018d0633a1.tar.gz
exchange-e7e14f30091282723ea03274d83c43018d0633a1.tar.bz2
exchange-e7e14f30091282723ea03274d83c43018d0633a1.zip
misspelt variable
Diffstat (limited to 'src')
-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 941cb1479..11f2e1c9d 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -791,7 +791,7 @@ main (int argc,
"Creating listen socket '%s' with mode %o\n",
serve_unixpath, unixpath_mode);
- if (GNUNET_OK != GNUNET_DISK_directory_create_for_file (unixpath))
+ if (GNUNET_OK != GNUNET_DISK_directory_create_for_file (serve_unixpath))
{
GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR,
"mkdir",