From: Christian Grothoff Date: Wed, 18 May 2011 06:39:17 +0000 (+0000) Subject: I guess this does not hurt X-Git-Tag: initial-import-from-subversion-38251~18465 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eb9ae4e51ff62fbb51b325fbf321aac859500586;p=oweals%2Fgnunet.git I guess this does not hurt --- diff --git a/src/peerinfo/gnunet-service-peerinfo.c b/src/peerinfo/gnunet-service-peerinfo.c index 4dd33dd5a..d5d153b65 100644 --- a/src/peerinfo/gnunet-service-peerinfo.c +++ b/src/peerinfo/gnunet-service-peerinfo.c @@ -617,6 +617,7 @@ handle_notify (void *cls, GNUNET_CONTAINER_multihashmap_iterate (hostmap, &do_notify_entry, client); + GNUNET_SERVER_receive_done (client, GNUNET_OK); }