Ignore:
Timestamp:
Jan 14, 2007 12:39:45 AM (17 years ago)
Author:
bennylp
Message:

Continuing work on ticket #50: make explicit transport selection works for sending response

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transaction.c

    r879 r882  
    13751375 
    13761376    /* Must be UAC transaction */ 
    1377     PJ_ASSERT_RETURN(tsx && sel && tsx->role == PJSIP_ROLE_UAC, PJ_EINVAL); 
     1377    PJ_ASSERT_RETURN(tsx && sel, PJ_EINVAL); 
    13781378 
    13791379    /* Start locking the transaction. */ 
Note: See TracChangeset for help on using the changeset viewer.