Ignore:
Timestamp:
Feb 27, 2013 2:41:32 PM (11 years ago)
Author:
ming
Message:

Re #1599: Backported to 1.x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjsip/src/pjsua-lib/pjsua_call.c

    r4387 r4402  
    17411741    } 
    17421742 
    1743     if ((options & PJSUA_CALL_UPDATE_CONTACT) & 
     1743    if ((options & PJSUA_CALL_UPDATE_CONTACT) && 
    17441744            pjsua_acc_is_valid(call->acc_id)) 
    17451745    { 
     
    18061806    } 
    18071807 
    1808     if ((options & PJSUA_CALL_UPDATE_CONTACT) & 
     1808    if ((options & PJSUA_CALL_UPDATE_CONTACT) && 
    18091809            pjsua_acc_is_valid(call->acc_id)) 
    18101810    { 
Note: See TracChangeset for help on using the changeset viewer.