Skip to content

Commit c546b25

Browse files
committed
Merge pull request #3821 from NormB/fix/tm-async-rd-reversion
tm: fix $rd reversion after chained async() resume Cherry pick of 2a1c511 (cherry picked from commit 43d965a)
1 parent 2397a1a commit c546b25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/tm/async.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ int t_handle_async(struct sip_msg *msg, struct action* a,
249249
} else {
250250
/* update the cloned UAS (from transaction)
251251
* with data from current msg */
252-
if ((t->uas.request) && (route_type==REQUEST_ROUTE) && ((msg->msg_flags & FL_TM_FAKE_REQ) == 0))
252+
if ((t->uas.request) && (route_type==REQUEST_ROUTE))
253253
update_cloned_msg_from_msg( t->uas.request, msg);
254254
}
255255

0 commit comments

Comments
 (0)