This commit is contained in:
Marcello Stanisci 2019-03-27 16:26:49 +01:00
parent e66da801c1
commit 3ccd61a89c
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -96,6 +96,11 @@ main (int argc,
argc, argv) <= 0)
return 1;
cfg = GNUNET_CONFIGURATION_create ();
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Loading config file: %s\n",
cfgfile);
if (GNUNET_SYSERR ==
GNUNET_CONFIGURATION_load (cfg,
cfgfile))