aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-18 06:39:17 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-18 06:39:17 +0000
commiteb9ae4e51ff62fbb51b325fbf321aac859500586 (patch)
tree6b3a2ca930ab126eb6a75735f13433c8125052ad /src/peerinfo
parent6d8da6d92a633fe812f8c4d0630c232de6a0e04d (diff)
downloadgnunet-eb9ae4e51ff62fbb51b325fbf321aac859500586.tar.gz
gnunet-eb9ae4e51ff62fbb51b325fbf321aac859500586.zip
I guess this does not hurt
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/gnunet-service-peerinfo.c1
1 files changed, 1 insertions, 0 deletions
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,
617 GNUNET_CONTAINER_multihashmap_iterate (hostmap, 617 GNUNET_CONTAINER_multihashmap_iterate (hostmap,
618 &do_notify_entry, 618 &do_notify_entry,
619 client); 619 client);
620 GNUNET_SERVER_receive_done (client, GNUNET_OK);
620} 621}
621 622
622 623