Changeset 555 for pjproject/trunk/pjsip/src/test-pjsip/tsx_uac_test.c
- Timestamp:
- Jun 26, 2006 3:12:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/test-pjsip/tsx_uac_test.c
r547 r555 947 947 // Ignore send result. Some tests do deliberately triggers error 948 948 // when sending message. 949 //if (status != PJ_SUCCESS) {950 //app_perror(" Error: unable to send request", status);951 //pjsip_tx_data_dec_ref(tdata);952 //return -120;953 //}949 if (status != PJ_SUCCESS) { 950 // app_perror(" Error: unable to send request", status); 951 pjsip_tx_data_dec_ref(tdata); 952 // return -120; 953 } 954 954 955 955
Note: See TracChangeset
for help on using the changeset viewer.