summaryrefslogtreecommitdiff
path: root/res/res_pjsip/pjsip_outbound_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_pjsip/pjsip_outbound_auth.c')
-rw-r--r--res/res_pjsip/pjsip_outbound_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_pjsip/pjsip_outbound_auth.c b/res/res_pjsip/pjsip_outbound_auth.c
index 1f754227a..8b39b000d 100644
--- a/res/res_pjsip/pjsip_outbound_auth.c
+++ b/res/res_pjsip/pjsip_outbound_auth.c
@@ -63,7 +63,7 @@ static pj_bool_t outbound_auth(pjsip_rx_data *rdata)
return PJ_FALSE;
}
- if (ast_sip_create_request_with_auth(&endpoint->outbound_auths, rdata, tsx, &tdata)) {
+ if (ast_sip_create_request_with_auth(&endpoint->outbound_auths, rdata, tsx->last_tx, &tdata)) {
return PJ_FALSE;
}