Changeset 4938
- Timestamp:
- Oct 3, 2014 5:58:32 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c
r4935 r4938 1339 1339 /* Unregister first */ 1340 1340 if (unreg_first) { 1341 pjsua_acc_set_registration(acc->index, PJ_FALSE); 1341 if (acc->cfg.reg_uri.slen) 1342 pjsua_acc_set_registration(acc->index, PJ_FALSE); 1342 1343 if (acc->regc != NULL) { 1343 1344 pjsip_regc_destroy(acc->regc);
Note: See TracChangeset
for help on using the changeset viewer.