Skip to content

Commit

Permalink
http_async_client: use kemi wrapper to execute routing functions
Browse files Browse the repository at this point in the history
(cherry picked from commit 3053367)
  • Loading branch information
miconda committed Mar 6, 2019
1 parent ebef67b commit 77be340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/http_async_client/async_http.c
Expand Up @@ -260,7 +260,7 @@ void async_http_cb(struct http_m_reply *reply, void *param)
} else {
cbname.s = aq->cbname;
cbname.len = aq->cbname_len;
if(keng->froute(fmsg, EVENT_ROUTE, &cbname, &evname)<0) {
if(sr_kemi_route(keng, fmsg, EVENT_ROUTE, &cbname, &evname)<0) {
LM_ERR("error running event route kemi callback\n");
}
}
Expand Down

0 comments on commit 77be340

Please sign in to comment.