Changeset 4402 for pjproject/branches/1.x/pjsip/src/pjsua-lib/pjsua_call.c
- Timestamp:
- Feb 27, 2013 2:41:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjsip/src/pjsua-lib/pjsua_call.c
r4387 r4402 1741 1741 } 1742 1742 1743 if ((options & PJSUA_CALL_UPDATE_CONTACT) & 1743 if ((options & PJSUA_CALL_UPDATE_CONTACT) && 1744 1744 pjsua_acc_is_valid(call->acc_id)) 1745 1745 { … … 1806 1806 } 1807 1807 1808 if ((options & PJSUA_CALL_UPDATE_CONTACT) & 1808 if ((options & PJSUA_CALL_UPDATE_CONTACT) && 1809 1809 pjsua_acc_is_valid(call->acc_id)) 1810 1810 {
Note: See TracChangeset
for help on using the changeset viewer.