Module: kamailio Branch: master Commit: ea29413fedf7339d5c4b3a99a256cce0cc79db42 URL: https://github.com/kamailio/kamailio/commit/ea29413fedf7339d5c4b3a99a256cce0cc79db42
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-07T16:02:55+01:00 gzcompress: updates for the new function prototype to build request --- Modified: src/modules/gzcompress/gzcompress_mod.c --- Diff: https://github.com/kamailio/kamailio/commit/ea29413fedf7339d5c4b3a99a256cce0cc79db42.diff Patch: https://github.com/kamailio/kamailio/commit/ea29413fedf7339d5c4b3a99a256cce0cc79db42.patch --- diff --git a/src/modules/gzcompress/gzcompress_mod.c b/src/modules/gzcompress/gzcompress_mod.c index 888f4176485..76692c0c1f8 100644 --- a/src/modules/gzcompress/gzcompress_mod.c +++ b/src/modules/gzcompress/gzcompress_mod.c @@ -179,7 +179,7 @@ char *gzc_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!
