Ignore:
Timestamp:
Oct 8, 2013 11:14:42 AM (11 years ago)
Author:
bennylp
Message:

Re #1703 General bug fixes: fixed some wrong null checking order

File:
1 edited

Legend:

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

    r4606 r4615  
    212212        stun_sock->ka_interval = PJ_STUN_KEEP_ALIVE_SEC; 
    213213 
    214     if (cfg && cfg->grp_lock) { 
     214    if (cfg->grp_lock) { 
    215215        stun_sock->grp_lock = cfg->grp_lock; 
    216216    } else { 
Note: See TracChangeset for help on using the changeset viewer.