commit 43933dab999a5714dc86ccfd2e8ba6cae60fed1b
parent 81ae4871c8451e1eb3a5b270c30f4833d35845c2
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 29 Jun 2016 19:22:26 +0000
hacky fix for 4588
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/core/core_api.c b/src/core/core_api.c
@@ -1027,6 +1027,8 @@ GNUNET_CORE_notify_transmit_ready (struct GNUNET_CORE_Handle *handle,
th->priority = priority;
th->msize = notify_size;
th->cork = cork;
+ if (NULL == handle->mq)
+ return th; /* see #4588 (hack until we transition core fully to MQ) */
env = GNUNET_MQ_msg (smr,
GNUNET_MESSAGE_TYPE_CORE_SEND_REQUEST);
smr->priority = htonl ((uint32_t) th->priority);