aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api2_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api2_core.c')
-rw-r--r--src/transport/transport_api2_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/transport_api2_core.c b/src/transport/transport_api2_core.c
index c2beee779..0d2a0ac7f 100644
--- a/src/transport/transport_api2_core.c
+++ b/src/transport/transport_api2_core.c
@@ -407,8 +407,8 @@ peer_mq_error_handler (void *cls, enum GNUNET_MQ_Error error)
407 if (GNUNET_MQ_ERROR_MALFORMED == error) 407 if (GNUNET_MQ_ERROR_MALFORMED == error)
408 GNUNET_break_op (0); 408 GNUNET_break_op (0);
409 //TODO Look into bug #7887 409 //TODO Look into bug #7887
410 410
411 GNUNET_TRANSPORT_core_receive_continue (n->h, (const struct PeerIdentity *) &n->id); 411 GNUNET_TRANSPORT_core_receive_continue (n->h, &n->id);
412} 412}
413 413
414 414