diff options
author | Martin Schanzenbach <mschanzenbach@posteo.de> | 2016-10-10 08:27:40 +0000 |
---|---|---|
committer | Martin Schanzenbach <mschanzenbach@posteo.de> | 2016-10-10 08:27:40 +0000 |
commit | b112ce5317f3ae6eb284c85acb1f67c46d3abbc7 (patch) | |
tree | 763be06e261eda05b165f774f16777543e5dbf02 | |
parent | 7a47eb39cbfc33816c2fdd0682101259420ad1f5 (diff) |
-fix
-rw-r--r-- | src/namestore/plugin_namestore_flat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/plugin_namestore_flat.c b/src/namestore/plugin_namestore_flat.c index 4f5034d26c..923d2696f7 100644 --- a/src/namestore/plugin_namestore_flat.c +++ b/src/namestore/plugin_namestore_flat.c @@ -189,6 +189,7 @@ database_setup (struct Plugin *plugin) GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("Unable to get filesize: %s.\n"), afsdir); + GNUNET_DISK_file_close (fh); return GNUNET_SYSERR; } |