Changeset 5535 for pjproject/trunk/pjsip/src/test/tsx_uac_test.c
- Timestamp:
- Jan 19, 2017 10:31:38 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/test/tsx_uac_test.c
r4420 r5535 778 778 pjsip_endpt_schedule_timer(endpt, &timer.entry, &delay); 779 779 780 return PJ_TRUE; 781 780 return (status == PJ_SUCCESS); 782 781 783 782 } else … … 851 850 */ 852 851 pjsip_method *method; 853 pj_status_t status ;852 pj_status_t status = PJ_SUCCESS; 854 853 855 854 method = &rdata->msg_info.msg->line.req.method; … … 934 933 } 935 934 936 return PJ_TRUE;935 return (status == PJ_SUCCESS); 937 936 938 937 }
Note: See TracChangeset
for help on using the changeset viewer.