Changeset 3591
- Timestamp:
- Jun 20, 2011 6:22:28 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjsip/src/pjsua-lib/pjsua_acc.c
r3566 r3591 1636 1636 pjsua_acc *acc = (pjsua_acc*) param->token; 1637 1637 1638 if (param->regc != acc->regc) 1638 PJSUA_LOCK(); 1639 1640 if (param->regc != acc->regc) { 1641 PJSUA_UNLOCK(); 1639 1642 return; 1640 1641 PJSUA_LOCK(); 1643 } 1642 1644 1643 1645 /*
Note: See TracChangeset
for help on using the changeset viewer.