Ignore:
Timestamp:
Feb 21, 2013 11:26:35 AM (11 years ago)
Author:
bennylp
Message:

Fixed #1617: major synchronization fixes in PJNATH with incorporation of group lock to avoid deadlock and crashes due to race conditions

File:
1 edited

Legend:

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

    r3553 r4360  
    308308    sess_cb.on_send_msg = &on_send_msg; 
    309309    status = pj_stun_session_create(stun_cfg, pool->obj_name, &sess_cb, 
    310                                     PJ_FALSE, &sess->stun_sess); 
     310                                    PJ_FALSE, NULL, &sess->stun_sess); 
    311311    if (status != PJ_SUCCESS) 
    312312        goto on_error; 
Note: See TracChangeset for help on using the changeset viewer.