Ignore:
Timestamp:
Apr 5, 2007 10:28:01 PM (17 years ago)
Author:
bennylp
Message:

Respond to early check with proper credential

File:
1 edited

Legend:

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

    r1152 r1154  
    812812    tdata = tsx_lookup(sess, msg); 
    813813    if (tdata == NULL) { 
    814         PJ_LOG(4,(SNAME(sess),  
     814        PJ_LOG(5,(SNAME(sess),  
    815815                  "Transaction not found, response silently discarded")); 
    816816        return PJ_SUCCESS; 
Note: See TracChangeset for help on using the changeset viewer.