misspelt variable

This commit is contained in:
Florian Dold 2016-04-26 21:49:48 +02:00
parent d17629bf72
commit e7e14f3009

View File

@ -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",