aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-10-17 15:24:06 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-10-17 15:24:06 +0000
commitfe044526251046515f8f9ea71b0e9cb7a9b89bc0 (patch)
treeb5962a19b674bf65fbc7a4380e03c48598ccc7ae /src/testing
parent0f6d24a229e9149db26a4e667ed25032d19f533a (diff)
downloadgnunet-fe044526251046515f8f9ea71b0e9cb7a9b89bc0.tar.gz
gnunet-fe044526251046515f8f9ea71b0e9cb7a9b89bc0.zip
- use get_value_filename when retrieving filenames and paths
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 629089f87..c21f523ea 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -1227,7 +1227,7 @@ GNUNET_TESTING_peer_configure (struct GNUNET_TESTING_System *system,
1227 goto err_ret; 1227 goto err_ret;
1228 } 1228 }
1229 GNUNET_assert (GNUNET_OK == 1229 GNUNET_assert (GNUNET_OK ==
1230 GNUNET_CONFIGURATION_get_value_string 1230 GNUNET_CONFIGURATION_get_value_filename
1231 (cfg, "PATHS", "DEFAULTCONFIG", &config_filename)); 1231 (cfg, "PATHS", "DEFAULTCONFIG", &config_filename));
1232 if (GNUNET_OK != GNUNET_CONFIGURATION_write (cfg, config_filename)) 1232 if (GNUNET_OK != GNUNET_CONFIGURATION_write (cfg, config_filename))
1233 { 1233 {