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/pjturn-srv/allocation.c

    r3553 r4360  
    339339    sess_cb.on_rx_indication = &stun_on_rx_indication; 
    340340    status = pj_stun_session_create(&srv->core.stun_cfg, alloc->obj_name, 
    341                                     &sess_cb, PJ_FALSE, &alloc->sess); 
     341                                    &sess_cb, PJ_FALSE, NULL, &alloc->sess); 
    342342    if (status != PJ_SUCCESS) { 
    343343        goto on_error; 
Note: See TracChangeset for help on using the changeset viewer.