I guess this does not hurt
authorChristian Grothoff <christian@grothoff.org>
Wed, 18 May 2011 06:39:17 +0000 (06:39 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 18 May 2011 06:39:17 +0000 (06:39 +0000)
src/peerinfo/gnunet-service-peerinfo.c

index 4dd33dd5a2e213f1c600592bf19ab506d6f9fbb5..d5d153b651f323c40f250414b2e85da5bf7e82f2 100644 (file)
@@ -617,6 +617,7 @@ handle_notify (void *cls,
   GNUNET_CONTAINER_multihashmap_iterate (hostmap,
                                         &do_notify_entry,
                                         client);
+  GNUNET_SERVER_receive_done (client, GNUNET_OK);
 }