From 7ef7cbb7b12b1f78dd06c533d90f5c4a773df8f8 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 16 Oct 2016 22:16:12 +0000 Subject: oops ... inverted logic --- src/util/mq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/mq.c') diff --git a/src/util/mq.c b/src/util/mq.c index 312fb3ff0..4ba6c5ff8 100644 --- a/src/util/mq.c +++ b/src/util/mq.c @@ -613,7 +613,7 @@ const struct GNUNET_MessageHeader * GNUNET_MQ_impl_current (struct GNUNET_MQ_Handle *mq) { GNUNET_assert (NULL != mq->current_envelope); - GNUNET_assert (NULL == mq->current_envelope->mh); + GNUNET_assert (NULL != mq->current_envelope->mh); return mq->current_envelope->mh; } -- cgit v1.2.3