Module: kamailio Branch: master Commit: 4336c40489d6c8b3c11016b6e406e04be4bf82da URL: https://github.com/kamailio/kamailio/commit/4336c40489d6c8b3c11016b6e406e04be4bf82da
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-07T16:02:11+01:00 corex: updates for the new function prototype to build request --- Modified: src/modules/corex/corex_nio.c --- Diff: https://github.com/kamailio/kamailio/commit/4336c40489d6c8b3c11016b6e406e04be4bf82da.diff Patch: https://github.com/kamailio/kamailio/commit/4336c40489d6c8b3c11016b6e406e04be4bf82da.patch --- diff --git a/src/modules/corex/corex_nio.c b/src/modules/corex/corex_nio.c index 4258ab6be7b..11226c2ddae 100644 --- a/src/modules/corex/corex_nio.c +++ b/src/modules/corex/corex_nio.c @@ -218,5 +218,5 @@ char *nio_msg_update(sip_msg_t *msg, unsigned int *olen) init_dest_info(&dst); dst.proto = PROTO_UDP; return build_req_buf_from_sip_req( - msg, olen, &dst, BUILD_NO_LOCAL_VIA | BUILD_NO_VIA1_UPDATE); + msg, olen, &dst, BUILD_NO_LOCAL_VIA | BUILD_NO_VIA1_UPDATE, NULL); } _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
