summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-25 21:18:00 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-25 21:18:00 +0200
commit99f8434e5002b6c562b8ba6227dac788abf7615b (patch)
treeeccd790479be563f3292cb60cbc4aa15dec79499 /src
parent5b4d2ed1bed390ebd766ebffc2344cf587e241f6 (diff)
downloadexchange-99f8434e5002b6c562b8ba6227dac788abf7615b.tar.gz
exchange-99f8434e5002b6c562b8ba6227dac788abf7615b.tar.bz2
exchange-99f8434e5002b6c562b8ba6227dac788abf7615b.zip
typo
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-httpd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index 33367ade2..b06a399ee 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -521,7 +521,6 @@ exchange_serve_process_config ()
{
struct sockaddr_un s_un;
char *modestring;
- unsigned long long mode;
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_filename (cfg,
@@ -815,7 +814,7 @@ main (int argc,
fprintf (stderr, "chmod failed: %s\n", strerror (errno));
return 1;
}
- GNUNET_log (GNUNET_ERROR_TYPE_INFO, "set socket '%s' to mode %o", unixpath, unixpath_mode);
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO, "set socket '%s' to mode %o", serve_unixpath, unixpath_mode);
mydaemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG,
0,