Changeset 729 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
- Timestamp:
- Sep 19, 2006 1:37:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
r721 r729 1197 1197 PJ_UNUSED_ARG(timer_heap); 1198 1198 1199 if (call_id == PJSUA_INVALID_ID) { 1200 PJ_LOG(1,(THIS_FILE, "Invalid call ID in timer callback")); 1201 return; 1202 } 1203 1199 1204 /* Add warning header */ 1200 1205 pjsua_msg_data_init(&msg_data);
Note: See TracChangeset
for help on using the changeset viewer.