aboutsummaryrefslogtreecommitdiff
path: root/src/arm/arm_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/arm_api.c')
-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,