Skip to content

Commit

Permalink
tls: set execution context for kemi callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Apr 10, 2019
1 parent 501c2b8 commit 7f20200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/tls/tls_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ int tls_run_event_routes(struct tcp_connection *c)
} else {
keng = sr_kemi_eng_get();
if(keng!=NULL) {
if(sr_kemi_route(keng, fmsg, EVENT_ROUTE,
if(sr_kemi_ctx_route(keng, &ctx, fmsg, EVENT_ROUTE,
&sr_tls_event_callback, &evname)<0) {
LM_ERR("error running event route kemi callback\n");
return -1;
Expand Down

0 comments on commit 7f20200

Please sign in to comment.