Changeset 1335 for pjproject/trunk/pjsip/src/pjsip-ua/sip_reg.c
- Timestamp:
- Jun 1, 2007 12:51:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-ua/sip_reg.c
r1332 r1335 614 614 615 615 if (status == PJ_SUCCESS) { 616 ++regc->busy; 616 617 status = pjsip_regc_send(regc, tdata); 617 } 618 --regc->busy; 619 } 618 620 619 621 if (status != PJ_SUCCESS) { … … 651 653 pjsip_rx_data *rdata; 652 654 pj_int32_t expiration = 0xFFFF; 653 654 /* User must not destroy the regc while transaction was in655 * progress656 */657 pj_assert(regc->_delete_flag == 0);658 655 659 656 if (tsx->status_code/100 == 2) {
Note: See TracChangeset
for help on using the changeset viewer.