Ignore:
Timestamp:
Mar 28, 2007 3:49:48 PM (17 years ago)
Author:
bennylp
Message:

Updated projects and Makefiles with the new pjnath library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/stun_session.c

    r1106 r1111  
    245245 
    246246    /* The server SHOULD include a SERVER attribute in all responses */ 
    247     if (sess->srv_name.slen && (PJ_STUN_IS_RESPONSE(msg->hdr.type) || 
     247    if (sess->srv_name.slen && (PJ_STUN_IS_SUCCESS_RESPONSE(msg->hdr.type) || 
    248248                                PJ_STUN_IS_ERROR_RESPONSE(msg->hdr.type)))  
    249249    { 
     
    633633    } else { 
    634634        if (cache_res &&  
    635             (PJ_STUN_IS_RESPONSE(tdata->msg->hdr.type) || 
     635            (PJ_STUN_IS_SUCCESS_RESPONSE(tdata->msg->hdr.type) || 
    636636             PJ_STUN_IS_ERROR_RESPONSE(tdata->msg->hdr.type)))  
    637637        { 
     
    952952 
    953953    /* Handle message */ 
    954     if (PJ_STUN_IS_RESPONSE(msg->hdr.type) || 
     954    if (PJ_STUN_IS_SUCCESS_RESPONSE(msg->hdr.type) || 
    955955        PJ_STUN_IS_ERROR_RESPONSE(msg->hdr.type)) 
    956956    { 
Note: See TracChangeset for help on using the changeset viewer.