diff options
Diffstat (limited to 'src/service/peerstore/peerstore_api.c')
-rw-r--r-- | src/service/peerstore/peerstore_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/peerstore/peerstore_api.c b/src/service/peerstore/peerstore_api.c index 9f6523e38..a69237c9b 100644 --- a/src/service/peerstore/peerstore_api.c +++ b/src/service/peerstore/peerstore_api.c | |||
@@ -714,7 +714,7 @@ GNUNET_PEERSTORE_iteration_stop (struct GNUNET_PEERSTORE_IterateContext *ic) | |||
714 | "Sending PEERSTORE_ITERATION_STOP message\n"); | 714 | "Sending PEERSTORE_ITERATION_STOP message\n"); |
715 | if (NULL != ic->h->mq) | 715 | if (NULL != ic->h->mq) |
716 | { | 716 | { |
717 | ev = GNUNET_MQ_msg (ism, GNUNET_MESSAGE_TYPE_PEERSTORE_ITERATE_END); | 717 | ev = GNUNET_MQ_msg (ism, GNUNET_MESSAGE_TYPE_PEERSTORE_ITERATE_STOP); |
718 | ism->rid = htons (ic->rid); | 718 | ism->rid = htons (ic->rid); |
719 | if (NULL != ic->h->mq) | 719 | if (NULL != ic->h->mq) |
720 | GNUNET_MQ_send (ic->h->mq, ev); | 720 | GNUNET_MQ_send (ic->h->mq, ev); |