Skip to content

Commit 48cbe2c

Browse files
Reverting block on update_cloned_msg_from_msg in async
1 parent 098288a commit 48cbe2c

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
@@ -251,7 +251,7 @@ int t_handle_async(struct sip_msg *msg, struct action* a,
251251
} else {
252252
/* update the cloned UAS (from transaction)
253253
* with data from current msg */
254-
if ((t->uas.request) && (route_type==REQUEST_ROUTE) && ((msg->msg_flags & FL_TM_FAKE_REQ) == 0))
254+
if (t->uas.request)
255255
update_cloned_msg_from_msg( t->uas.request, msg);
256256
}
257257

0 commit comments

Comments
 (0)