aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-22 13:58:00 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-22 13:58:00 +0000
commita41f0853355ebdc82ae3bed6bb4d4b9d7c81f668 (patch)
treeb1e9c4dbb4310ff058354d76fcc22304ed602fb7 /src/testbed
parent7dd79b89c8aaf6d97619aee3c8dca2934f9092c8 (diff)
downloadgnunet-a41f0853355ebdc82ae3bed6bb4d4b9d7c81f668.tar.gz
gnunet-a41f0853355ebdc82ae3bed6bb4d4b9d7c81f668.zip
fix
Diffstat (limited to 'src/testbed')
-rw-r--r--src/testbed/testbed_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/testbed_api.c b/src/testbed/testbed_api.c
index fdb0b406f..322effc69 100644
--- a/src/testbed/testbed_api.c
+++ b/src/testbed/testbed_api.c
@@ -724,13 +724,13 @@ handle_op_fail_event (struct GNUNET_TESTBED_Controller *c,
724 LOG_DEBUG ("Operation not found\n"); 724 LOG_DEBUG ("Operation not found\n");
725 return GNUNET_YES; 725 return GNUNET_YES;
726 } 726 }
727 GNUNET_CONTAINER_DLL_remove (opc->c->ocq_head, opc->c->ocq_tail, opc);
728 if (OP_FORWARDED == opc->type) 727 if (OP_FORWARDED == opc->type)
729 { 728 {
730 handle_forwarded_operation_msg (c, opc, 729 handle_forwarded_operation_msg (c, opc,
731 (const struct GNUNET_MessageHeader *) msg); 730 (const struct GNUNET_MessageHeader *) msg);
732 return GNUNET_YES; 731 return GNUNET_YES;
733 } 732 }
733 GNUNET_CONTAINER_DLL_remove (opc->c->ocq_head, opc->c->ocq_tail, opc);
734 opc->state = OPC_STATE_FINISHED; 734 opc->state = OPC_STATE_FINISHED;
735 emsg = GNUNET_TESTBED_parse_error_string_ (msg); 735 emsg = GNUNET_TESTBED_parse_error_string_ (msg);
736 if (NULL == emsg) 736 if (NULL == emsg)