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

    r1101 r1111  
    456456    if (PJ_STUN_IS_REQUEST(msg_type)) 
    457457        return "request"; 
    458     else if (PJ_STUN_IS_RESPONSE(msg_type)) 
     458    else if (PJ_STUN_IS_SUCCESS_RESPONSE(msg_type)) 
    459459        return "success response"; 
    460460    else if (PJ_STUN_IS_ERROR_RESPONSE(msg_type)) 
Note: See TracChangeset for help on using the changeset viewer.