aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-28 22:09:27 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-28 22:09:27 +0000
commit22af28fc22725c597831367fa3742070dfa449a8 (patch)
treeeb08cb2dd97fe816b703c54a01452785112b0f4e /src/core/core_api.c
parentbca283abc269e0794226b82d16b762ed68718a91 (diff)
downloadgnunet-22af28fc22725c597831367fa3742070dfa449a8.tar.gz
gnunet-22af28fc22725c597831367fa3742070dfa449a8.zip
-cleaning up implementation of typemap signalling
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 1c97a19d2..fda49e259 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -815,7 +815,7 @@ reconnect (struct GNUNET_CORE_Handle *h)
815 env = GNUNET_MQ_msg_extra (init, 815 env = GNUNET_MQ_msg_extra (init,
816 sizeof (uint16_t) * h->hcnt, 816 sizeof (uint16_t) * h->hcnt,
817 GNUNET_MESSAGE_TYPE_CORE_INIT); 817 GNUNET_MESSAGE_TYPE_CORE_INIT);
818 opt = GNUNET_CORE_OPTION_INIT; 818 opt = GNUNET_CORE_OPTION_NOTHING;
819 if (NULL != h->inbound_notify) 819 if (NULL != h->inbound_notify)
820 { 820 {
821 if (h->inbound_hdr_only) 821 if (h->inbound_hdr_only)