Changeset 1281 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_pres.c
- Timestamp:
- May 16, 2007 8:56:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_pres.c
r1266 r1281 1105 1105 } 1106 1106 1107 if (status != PJ_SUCCESS ) {1107 if (status != PJ_SUCCESS && buddy->sub) { 1108 1108 pjsip_pres_terminate(buddy->sub, PJ_FALSE); 1109 1109 buddy->sub = NULL;
Note: See TracChangeset
for help on using the changeset viewer.