Changeset 2889
- Timestamp:
- Aug 17, 2009 12:59:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-ua/sip_timer.c
r2870 r2889 332 332 333 333 PJ_UNUSED_ARG(timer_heap); 334 335 /* Must NOT have a pending INVITE transaction */ 336 if (inv->invite_tsx != NULL) 337 return; 334 338 335 339 /* Lock dialog. */
Note: See TracChangeset
for help on using the changeset viewer.