Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/tm/async.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ int t_handle_async(struct sip_msg *msg, struct action* a,
} else {
/* update the cloned UAS (from transaction)
* with data from current msg */
if ((t->uas.request) && (route_type==REQUEST_ROUTE) && ((msg->msg_flags & FL_TM_FAKE_REQ) == 0))
if ((t->uas.request) && (route_type==REQUEST_ROUTE))
update_cloned_msg_from_msg( t->uas.request, msg);
}

Expand Down