aboutsummaryrefslogtreecommitdiff
path: root/src/util/mq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/mq.c')
-rw-r--r--src/util/mq.c2
1 files changed, 1 insertions, 1 deletions
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 *
613GNUNET_MQ_impl_current (struct GNUNET_MQ_Handle *mq) 613GNUNET_MQ_impl_current (struct GNUNET_MQ_Handle *mq)
614{ 614{
615 GNUNET_assert (NULL != mq->current_envelope); 615 GNUNET_assert (NULL != mq->current_envelope);
616 GNUNET_assert (NULL == mq->current_envelope->mh); 616 GNUNET_assert (NULL != mq->current_envelope->mh);
617 return mq->current_envelope->mh; 617 return mq->current_envelope->mh;
618} 618}
619 619