projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcb0989
)
use load, not parse
author
Christian Grothoff
<christian@grothoff.org>
Tue, 4 Oct 2011 21:14:36 +0000
(21:14 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 4 Oct 2011 21:14:36 +0000
(21:14 +0000)
src/fs/test_fs_uri.c
patch
|
blob
|
history
diff --git
a/src/fs/test_fs_uri.c
b/src/fs/test_fs_uri.c
index d226147f963a4a9578d629d52b38f536dab5d103..693bff1d644454fb18945bca8ae924da2c774f01 100644
(file)
--- 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);