Changeset 882 for pjproject/trunk/pjsip/src/pjsip/sip_transaction.c
- Timestamp:
- Jan 14, 2007 12:39:45 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transaction.c
r879 r882 1375 1375 1376 1376 /* 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); 1378 1378 1379 1379 /* Start locking the transaction. */
Note: See TracChangeset
for help on using the changeset viewer.