Module: kamailio Branch: master Commit: 728b0059e562da21ebf35bb4ed5d7f277d442f9d URL: https://github.com/kamailio/kamailio/commit/728b0059e562da21ebf35bb4ed5d7f277d442f9d
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-07T16:03:56+01:00 topos: updates for the new function prototype to build request --- Modified: src/modules/topos/tps_msg.c --- Diff: https://github.com/kamailio/kamailio/commit/728b0059e562da21ebf35bb4ed5d7f277d442f9d.diff Patch: https://github.com/kamailio/kamailio/commit/728b0059e562da21ebf35bb4ed5d7f277d442f9d.patch --- diff --git a/src/modules/topos/tps_msg.c b/src/modules/topos/tps_msg.c index f2d823343f9..8080e4a65c9 100644 --- a/src/modules/topos/tps_msg.c +++ b/src/modules/topos/tps_msg.c @@ -254,7 +254,7 @@ char *tps_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!
