aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-30 18:14:07 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-30 18:14:07 +0000
commit306b7ec765795d7fea8283e8b07d7ea179a12d2d (patch)
tree2ed267d6528150eb902922297dab4f6bacd3bf9b
parent5f5359c7de6e9d8647c29c78820197c87c4443d1 (diff)
downloadgnunet-306b7ec765795d7fea8283e8b07d7ea179a12d2d.tar.gz
gnunet-306b7ec765795d7fea8283e8b07d7ea179a12d2d.zip
-fix
-rw-r--r--src/arm/arm_api.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c
index 8cdcfdeb5..4ef6b3c27 100644
--- a/src/arm/arm_api.c
+++ b/src/arm/arm_api.c
@@ -575,8 +575,7 @@ trigger_next_request (struct GNUNET_ARM_Handle *h, int ignore_currently_down)
575 } 575 }
576 if (NULL != h->control_pending_head) 576 if (NULL != h->control_pending_head)
577 msize = 577 msize =
578 ntohs (((struct GNUNET_MessageHeader *) &h-> 578 ntohs (h->control_pending_head->msg->header.size);
579 control_pending_head[1])->size);
580 else if (GNUNET_NO == ignore_currently_down) 579 else if (GNUNET_NO == ignore_currently_down)
581 { 580 {
582 LOG (GNUNET_ERROR_TYPE_DEBUG, 581 LOG (GNUNET_ERROR_TYPE_DEBUG,