Ignore:
Timestamp:
Mar 23, 2009 1:02:53 PM (15 years ago)
Author:
bennylp
Message:

Ticket #743: backported from ticket #742

Location:
pjproject/branches/1.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.0

  • pjproject/branches/1.0/pjnath/src/pjnath-test/stun_sock_test.c

    r2394 r2531  
    628628     * called 
    629629     */ 
     630    /* No longer valid due to this ticket: 
     631     *  http://trac.pjsip.org/repos/ticket/742 
     632 
    630633    if (client->on_status_cnt != 0) { 
    631634        PJ_LOG(3, (THIS_FILE, "    error: on_status() must not be called on successful" 
     
    634637        goto on_return; 
    635638    } 
     639    */ 
    636640    /* Check that client doesn't receive anything */ 
    637641    if (client->on_rx_data_cnt != 0) { 
     
    687691    } 
    688692    /* Check that callback was called with correct operation */ 
    689     if (client->last_op != PJ_STUN_SOCK_KEEP_ALIVE_OP) { 
     693    if (client->last_op != PJ_STUN_SOCK_MAPPED_ADDR_CHANGE) { 
    690694        PJ_LOG(3,(THIS_FILE, "    error: expecting keep-alive operation status")); 
    691695        ret = -470; 
Note: See TracChangeset for help on using the changeset viewer.