aboutsummaryrefslogtreecommitdiff
path: root/src/recon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/recon.c')
-rw-r--r--src/recon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recon.c b/src/recon.c
index 4de734c..128fb94 100644
--- a/src/recon.c
+++ b/src/recon.c
@@ -529,7 +529,7 @@ static void rcn_main_recv_syn_tail (
ntohl(th->ack_seq) == exp_ack &&
th->ack && th->syn && !th->rst && !th->fin)
{
- ctx->param.evt_cb(ep);
+ ctx->param.evt_cb(ctx->param.cb_ctx, ep);
}
}