Skip to content

Commit ee85d68

Browse files
committed
Revert 2031348 partially
1 parent 4ccfe5a commit ee85d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tm/async.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ int t_handle_async(struct sip_msg *msg, struct action* a,
434434
} else {
435435
/* update the cloned UAS (from transaction)
436436
* with data from current msg */
437-
if ((t->uas.request) && (route_type==REQUEST_ROUTE) && ((msg->msg_flags & FL_TM_FAKE_REQ) == 0))
437+
if ((t->uas.request) && (route_type==REQUEST_ROUTE))
438438
update_cloned_msg_from_msg( t->uas.request, msg);
439439
}
440440

0 commit comments

Comments
 (0)