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_transaction.c

    r1101 r1111  
    264264 
    265265    /* Must be STUN response message */ 
    266     if (!PJ_STUN_IS_RESPONSE(msg->hdr.type) &&  
     266    if (!PJ_STUN_IS_SUCCESS_RESPONSE(msg->hdr.type) &&  
    267267        !PJ_STUN_IS_ERROR_RESPONSE(msg->hdr.type)) 
    268268    { 
Note: See TracChangeset for help on using the changeset viewer.