Ignore:
Timestamp:
May 22, 2007 9:55:31 PM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #286: Bug in STUN FINGERPRINT verification and logging STUN message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjstun-srv-test/main.c

    r1275 r1289  
    133133 
    134134    status = pj_stun_turn_usage_create(srv, PJ_SOCK_DGRAM, NULL, 
    135                                        3478, &turn); 
     135                                       3478, o.use_fingerprint, &turn); 
    136136    if (status != PJ_SUCCESS) { 
    137137        pj_stun_perror(THIS_FILE, "Unable to create bind usage", status); 
Note: See TracChangeset for help on using the changeset viewer.