aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/friends.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/topology/friends.c b/src/topology/friends.c
index cdfedbc81..a9a1f1498 100644
--- a/src/topology/friends.c
+++ b/src/topology/friends.c
@@ -55,7 +55,8 @@ GNUNET_FRIENDS_parse (const struct GNUNET_CONFIGURATION_Handle *cfg,
55 &fn)) 55 &fn))
56 { 56 {
57 GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, 57 GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
58 "topology", "FRIENDS"); 58 "topology",
59 "FRIENDS");
59 return GNUNET_SYSERR; 60 return GNUNET_SYSERR;
60 } 61 }
61 if (GNUNET_SYSERR == 62 if (GNUNET_SYSERR ==