aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 6aca88640..05f34ec27 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -550,8 +550,8 @@ main_handler (void *cls, const struct GNUNET_MessageHeader *msg)
550 GNUNET_TIME_relative_ntoh (cim->latency), 550 GNUNET_TIME_relative_ntoh (cim->latency),
551 (int) ntohl (cim->reserved_amount), 551 (int) ntohl (cim->reserved_amount),
552 cim->preference); 552 cim->preference);
553 /* done, clean up! */ 553 /* done, clean up! */
554 GNUNET_CORE_notify_transmit_ready_cancel (h->submitted); 554 GNUNET_CORE_notify_transmit_ready_cancel (h->submitted); // HUH?
555 trigger_next_request (h); 555 trigger_next_request (h);
556 break; 556 break;
557 case GNUNET_MESSAGE_TYPE_CORE_SOLICIT_TRAFFIC: 557 case GNUNET_MESSAGE_TYPE_CORE_SOLICIT_TRAFFIC: