- Timestamp:
- May 22, 2007 12:02:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/pjproject-0.5-stable/pjsip/src/pjsip-ua/sip_inv.c
r981 r1286 1557 1557 /* Done */ 1558 1558 1559 inv->cancelling = PJ_TRUE; 1559 1560 *p_tdata = tdata; 1560 1561 … … 1946 1947 e->body.tsx_state.src.rdata); 1947 1948 1948 } else if (tsx->status_code==401 || tsx->status_code==407) { 1949 } else if ((tsx->status_code==401 || tsx->status_code==407) && 1950 !inv->cancelling) 1951 { 1949 1952 1950 1953 /* Handle authentication failure:
Note: See TracChangeset
for help on using the changeset viewer.