aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/friends.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/topology/friends.c b/src/topology/friends.c
index 348123fe6..7b00ad8d5 100644
--- a/src/topology/friends.c
+++ b/src/topology/friends.c
@@ -153,6 +153,7 @@ GNUNET_FRIENDS_write_start (const struct GNUNET_CONFIGURATION_Handle *cfg)
153 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 153 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
154 _("Directory for file `%s' does not seem to be writable.\n"), 154 _("Directory for file `%s' does not seem to be writable.\n"),
155 fn); 155 fn);
156 GNUNET_free (fn);
156 return NULL; 157 return NULL;
157 } 158 }
158 if (GNUNET_OK == GNUNET_DISK_file_test (fn)) 159 if (GNUNET_OK == GNUNET_DISK_file_test (fn))