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/server.c

    r3553 r4360  
    156156 
    157157    status = pj_stun_session_create(&srv->core.stun_cfg, srv->obj_name, 
    158                                     &sess_cb, PJ_FALSE, &srv->core.stun_sess); 
     158                                    &sess_cb, PJ_FALSE, NULL, 
     159                                    &srv->core.stun_sess); 
    159160    if (status != PJ_SUCCESS) { 
    160161        goto on_error; 
Note: See TracChangeset for help on using the changeset viewer.