git:master:596398dd: siprepo: keep the rcv structure
Module: kamailio Branch: master Commit: 596398dd56d7a084c338829e9225df4c033d309b URL: https://github.com/kamailio/kamailio/commit/596398dd56d7a084c338829e9225df4c... Author: Daniel-Constantin Mierla <miconda@gmail.com> Committer: Daniel-Constantin Mierla <miconda@gmail.com> Date: 2026-04-16T06:31:40+02:00 siprepo: keep the rcv structure --- Modified: src/modules/siprepo/siprepo_data.c --- Diff: https://github.com/kamailio/kamailio/commit/596398dd56d7a084c338829e9225df4c... Patch: https://github.com/kamailio/kamailio/commit/596398dd56d7a084c338829e9225df4c... --- diff --git a/src/modules/siprepo/siprepo_data.c b/src/modules/siprepo/siprepo_data.c index 269c22dd8a0..5f0a73b0457 100644 --- a/src/modules/siprepo/siprepo_data.c +++ b/src/modules/siprepo/siprepo_data.c @@ -236,6 +236,7 @@ int siprepo_msg_set(sip_msg_t *msg, str *msgid, int rmode) it->msgno = msg->id; it->pid = msg->pid; it->mflags = msg->flags; + it->rcv = msg->rcv; if(_siprepo_table[slotid].plist!=NULL) { _siprepo_table[slotid].plist->prev = it;
participants (1)
-
Daniel-Constantin Mierla