aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-04 21:14:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-04 21:14:36 +0000
commit91eef1148b08f8ce01e4992131053200909dea49 (patch)
treed36cc2dbb530aaafdeff560c586ce00cd339aafe /src/fs
parentfcb0989771dfe9e44dba3c07932ae02dc11396f4 (diff)
downloadgnunet-91eef1148b08f8ce01e4992131053200909dea49.tar.gz
gnunet-91eef1148b08f8ce01e4992131053200909dea49.zip
use load, not parse
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/test_fs_uri.c2
1 files changed, 1 insertions, 1 deletions
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 ()
92 GNUNET_assert (baseURI != NULL); 92 GNUNET_assert (baseURI != NULL);
93 GNUNET_assert (emsg == NULL); 93 GNUNET_assert (emsg == NULL);
94 cfg = GNUNET_CONFIGURATION_create (); 94 cfg = GNUNET_CONFIGURATION_create ();
95 if (GNUNET_OK != GNUNET_CONFIGURATION_parse (cfg, "test_fs_uri_data.conf")) 95 if (GNUNET_OK != GNUNET_CONFIGURATION_load (cfg, "test_fs_uri_data.conf"))
96 { 96 {
97 fprintf (stderr, "Failed to parse configuration file\n"); 97 fprintf (stderr, "Failed to parse configuration file\n");
98 GNUNET_FS_uri_destroy (baseURI); 98 GNUNET_FS_uri_destroy (baseURI);