aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2016-10-10 08:27:40 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2016-10-10 08:27:40 +0000
commitb112ce5317f3ae6eb284c85acb1f67c46d3abbc7 (patch)
tree763be06e261eda05b165f774f16777543e5dbf02 /src/namestore
parent7a47eb39cbfc33816c2fdd0682101259420ad1f5 (diff)
downloadgnunet-b112ce5317f3ae6eb284c85acb1f67c46d3abbc7.tar.gz
gnunet-b112ce5317f3ae6eb284c85acb1f67c46d3abbc7.zip
-fix
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/plugin_namestore_flat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/plugin_namestore_flat.c b/src/namestore/plugin_namestore_flat.c
index 4f5034d26..923d2696f 100644
--- a/src/namestore/plugin_namestore_flat.c
+++ b/src/namestore/plugin_namestore_flat.c
@@ -189,6 +189,7 @@ database_setup (struct Plugin *plugin)
189 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 189 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
190 _("Unable to get filesize: %s.\n"), 190 _("Unable to get filesize: %s.\n"),
191 afsdir); 191 afsdir);
192 GNUNET_DISK_file_close (fh);
192 return GNUNET_SYSERR; 193 return GNUNET_SYSERR;
193 } 194 }
194 195