Ignore:
Timestamp:
Jan 26, 2012 4:37:06 AM (12 years ago)
Author:
nanang
Message:

Fix #1449: PJ_EPENDING should not be treated as failure in sending STUN binding request.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjnath/src/pjnath/stun_sock.c

    r3765 r3944  
    505505                                    pj_sockaddr_get_len(&stun_sock->srv_addr), 
    506506                                    tdata); 
    507     if (status != PJ_SUCCESS) 
     507    if (status != PJ_SUCCESS && status != PJ_EPENDING) 
    508508        goto on_error; 
    509509 
Note: See TracChangeset for help on using the changeset viewer.