gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r37421 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r37421 - gnunet/src/core
Date: Wed, 29 Jun 2016 21:22:26 +0200

Author: grothoff
Date: 2016-06-29 21:22:26 +0200 (Wed, 29 Jun 2016)
New Revision: 37421

Modified:
   gnunet/src/core/core_api.c
Log:
hacky fix for 4588

Modified: gnunet/src/core/core_api.c
===================================================================
--- gnunet/src/core/core_api.c  2016-06-29 18:53:57 UTC (rev 37420)
+++ gnunet/src/core/core_api.c  2016-06-29 19:22:26 UTC (rev 37421)
@@ -1027,6 +1027,8 @@
   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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]