Module: kamailio Branch: 6.0 Commit: d467d91eea3eaee4822e130588c86fd3cc5d662b URL: https://github.com/kamailio/kamailio/commit/d467d91eea3eaee4822e130588c86fd3cc5d662b
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2026-01-09T15:39:01Z topos_htable: fix PRACK routing - fix PRACK routing - related to GH #4466 (cherry picked from commit e893703d2b319468ca9d5f9ff51d8b74a29ca190) --- Modified: src/modules/topos_htable/topos_htable_storage.c --- Diff: https://github.com/kamailio/kamailio/commit/d467d91eea3eaee4822e130588c86fd3cc5d662b.diff Patch: https://github.com/kamailio/kamailio/commit/d467d91eea3eaee4822e130588c86fd3cc5d662b.patch --- diff --git a/src/modules/topos_htable/topos_htable_storage.c b/src/modules/topos_htable/topos_htable_storage.c index 4e0272d9daa..ad44e9cd722 100644 --- a/src/modules/topos_htable/topos_htable_storage.c +++ b/src/modules/topos_htable/topos_htable_storage.c @@ -685,7 +685,7 @@ int tps_htable_update_branch( do_update = 1; if(md->b_rr.len > 0) { - hval.b_rr = md->b_rr; + hval.y_rr = md->b_rr; } if(md->b_tag.len > 0) { hval.b_tag = md->b_tag; _______________________________________________ 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!
