From: Christian Grothoff Date: Tue, 4 Oct 2011 21:14:36 +0000 (+0000) Subject: use load, not parse X-Git-Tag: initial-import-from-subversion-38251~16807 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=91eef1148b08f8ce01e4992131053200909dea49;p=oweals%2Fgnunet.git use load, not parse --- diff --git a/src/fs/test_fs_uri.c b/src/fs/test_fs_uri.c index d226147f9..693bff1d6 100644 --- a/src/fs/test_fs_uri.c +++ b/src/fs/test_fs_uri.c @@ -92,7 +92,7 @@ testLocation () GNUNET_assert (baseURI != NULL); GNUNET_assert (emsg == NULL); cfg = GNUNET_CONFIGURATION_create (); - if (GNUNET_OK != GNUNET_CONFIGURATION_parse (cfg, "test_fs_uri_data.conf")) + if (GNUNET_OK != GNUNET_CONFIGURATION_load (cfg, "test_fs_uri_data.conf")) { fprintf (stderr, "Failed to parse configuration file\n"); GNUNET_FS_uri_destroy (baseURI);