fixing #1723
authorChristian Grothoff <christian@grothoff.org>
Thu, 23 Jun 2011 10:24:41 +0000 (10:24 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 23 Jun 2011 10:24:41 +0000 (10:24 +0000)
src/datastore/gnunet-service-datastore.c

index a2cb4af398e6904f85c05b01128dfbc9e4bf0a1a..39354acaf40f9898e7f1f9496c1b5214afa7dfd9 100644 (file)
@@ -666,6 +666,7 @@ transmit_item (void *cls,
                            1,
                            GNUNET_NO);
   transmit (client, &dm->header);
+  GNUNET_SERVER_client_drop (client);
   return GNUNET_OK;
 }