aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-07 18:47:57 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-07 18:47:57 +0000
commit12de18ea7dd417cb20c2887f69cd6ce12cb0c4b5 (patch)
tree89ae4280d7031ae916a6c60fdeece490b9c28985 /src/topology
parentb5a7569e6ffce565fc118714866044376fec70ae (diff)
downloadgnunet-12de18ea7dd417cb20c2887f69cd6ce12cb0c4b5.tar.gz
gnunet-12de18ea7dd417cb20c2887f69cd6ce12cb0c4b5.zip
-shorter line
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/friends.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/topology/friends.c b/src/topology/friends.c
index d12d711d3..81f00c667 100644
--- a/src/topology/friends.c
+++ b/src/topology/friends.c
@@ -48,7 +48,10 @@ GNUNET_FRIENDS_parse (const struct GNUNET_CONFIGURATION_Handle *cfg,
48 uint64_t fsize; 48 uint64_t fsize;
49 49
50 if (GNUNET_OK != 50 if (GNUNET_OK !=
51 GNUNET_CONFIGURATION_get_value_filename (cfg, "TOPOLOGY", "FRIENDS", &fn)) 51 GNUNET_CONFIGURATION_get_value_filename (cfg,
52 "TOPOLOGY",
53 "FRIENDS",
54 &fn))
52 { 55 {
53 GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, 56 GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
54 "topology", "FRIENDS"); 57 "topology", "FRIENDS");