Forráskód Böngészése

http_async_client: use kemi wrapper to execute routing functions

Daniel-Constantin Mierla 6 éve
szülő
commit
30533678a1
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/modules/http_async_client/async_http.c

+ 1 - 1
src/modules/http_async_client/async_http.c

@@ -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");
 			}
 		}