Changeset 612 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c
- Timestamp:
- Jul 18, 2006 2:39:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c
r611 r612 539 539 } 540 540 541 if (status == PJ_SUCCESS) 541 if (status == PJ_SUCCESS) { 542 pjsua_process_msg_data(tdata, NULL); 542 543 status = pjsip_regc_send( pjsua_var.acc[acc_id].regc, tdata ); 544 } 543 545 544 546 if (status != PJ_SUCCESS) {
Note: See TracChangeset
for help on using the changeset viewer.