Changeset 6060 for pjproject/trunk/pjsip/src/pjsip-simple/evsub.c
- Timestamp:
- Sep 4, 2019 7:49:44 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-simple/evsub.c
r6035 r6060 2186 2186 if (tsx->state == PJSIP_TSX_STATE_COMPLETED && 2187 2187 (tsx->status_code==401 || tsx->status_code==407)) 2188 { 2188 { 2189 2189 pjsip_tx_data *tdata; 2190 2190 pj_status_t status; 2191 2191 pjsip_rx_data *rdata = event->body.tsx_state.src.rdata; 2192 2193 /* Handled by other module already (e.g: invite module) */ 2194 if (tsx->last_tx->auth_retry) 2195 return; 2192 2196 2193 2197 status = pjsip_auth_clt_reinit_req(&sub->dlg->auth_sess, rdata,
Note: See TracChangeset
for help on using the changeset viewer.