Ignore:
Timestamp:
Mar 19, 2008 11:00:30 PM (15 years ago)
Author:
bennylp
Message:

Related to ticket #485: huge changeset to update STUN relating to managing authentication. See the ticket for the details

File:
1 edited

Legend:

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

    r1869 r1877  
    522522    pj_lock_acquire(sess->lock); 
    523523 
    524     pj_stun_session_set_credential(sess->stun, cred); 
     524    pj_stun_session_set_credential(sess->stun, PJ_STUN_AUTH_LONG_TERM, cred); 
    525525 
    526526    pj_lock_release(sess->lock); 
Note: See TracChangeset for help on using the changeset viewer.