From 91eef1148b08f8ce01e4992131053200909dea49 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 4 Oct 2011 21:14:36 +0000 Subject: use load, not parse --- src/fs/test_fs_uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3