This commit is contained in:
Florian Dold 2016-04-25 21:18:00 +02:00
parent 5b4d2ed1be
commit 99f8434e50

View File

@ -521,7 +521,6 @@ exchange_serve_process_config ()
{ {
struct sockaddr_un s_un; struct sockaddr_un s_un;
char *modestring; char *modestring;
unsigned long long mode;
if (GNUNET_OK != if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_filename (cfg, GNUNET_CONFIGURATION_get_value_filename (cfg,
@ -815,7 +814,7 @@ main (int argc,
fprintf (stderr, "chmod failed: %s\n", strerror (errno)); fprintf (stderr, "chmod failed: %s\n", strerror (errno));
return 1; 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, mydaemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG,
0, 0,