misspelt variable
This commit is contained in:
parent
d17629bf72
commit
e7e14f3009
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user