aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
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);