commit e7e14f30091282723ea03274d83c43018d0633a1
parent d17629bf72d061ff24ba11c3c1a4de8276833d90
Author: Florian Dold <florian.dold@gmail.com>
Date: Tue, 26 Apr 2016 21:49:48 +0200
misspelt variable
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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",