aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-18 06:58:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-18 06:58:35 +0000
commitfc47ea1195120462b54455b89fcdd95bb6cee07c (patch)
treed62707f8aecfddd027e384e3822e61b2ea779b56 /src/dht
parentd45aef1b28d11a5cd9d8d047f84603dbdeef93a6 (diff)
downloadgnunet-fc47ea1195120462b54455b89fcdd95bb6cee07c.tar.gz
gnunet-fc47ea1195120462b54455b89fcdd95bb6cee07c.zip
leak
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/plugin_dhtlog_mysql_dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/plugin_dhtlog_mysql_dump.c b/src/dht/plugin_dhtlog_mysql_dump.c
index 3033be535..90485a59d 100644
--- a/src/dht/plugin_dhtlog_mysql_dump.c
+++ b/src/dht/plugin_dhtlog_mysql_dump.c
@@ -850,6 +850,7 @@ libgnunet_plugin_dhtlog_mysql_dump_init (void * cls)
850 { 850 {
851 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 851 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
852 _("Failed to create file for dhtlog.\n")); 852 _("Failed to create file for dhtlog.\n"));
853 fclose (outfile);
853 return NULL; 854 return NULL;
854 } 855 }
855 GNUNET_assert(plugin->dhtlog_api == NULL); 856 GNUNET_assert(plugin->dhtlog_api == NULL);