Module: kamailio Branch: master Commit: 28405be8c59fa3005e1751e6e6455b3600c928e9 URL: https://github.com/kamailio/kamailio/commit/28405be8c59fa3005e1751e6e6455b3600c928e9
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-07T16:03:40+01:00 topoh: updates for the new function prototype to build request --- Modified: src/modules/topoh/th_msg.c --- Diff: https://github.com/kamailio/kamailio/commit/28405be8c59fa3005e1751e6e6455b3600c928e9.diff Patch: https://github.com/kamailio/kamailio/commit/28405be8c59fa3005e1751e6e6455b3600c928e9.patch --- diff --git a/src/modules/topoh/th_msg.c b/src/modules/topoh/th_msg.c index 63a6eb72d74..96edd2e98c8 100644 --- a/src/modules/topoh/th_msg.c +++ b/src/modules/topoh/th_msg.c @@ -889,7 +889,7 @@ char *th_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); } int th_add_via_cookie(sip_msg_t *msg, struct via_body *via) _______________________________________________ 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!
