Changeset 1417 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_pres.c
- Timestamp:
- Aug 16, 2007 10:11:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_pres.c
r1404 r1417 460 460 pj_status_t status; 461 461 462 if (pjsip_method_cmp(req_method, &pjsip_subscribe_method) != 0)462 if (pjsip_method_cmp(req_method, pjsip_get_subscribe_method()) != 0) 463 463 return PJ_FALSE; 464 464 … … 927 927 tsx->role != PJSIP_UAC_ROLE || 928 928 event->type != PJSIP_EVENT_RX_MSG || 929 pjsip_method_cmp(&tsx->method, &pjsip_subscribe_method)!=0)929 pjsip_method_cmp(&tsx->method, pjsip_get_subscribe_method())!=0) 930 930 { 931 931 PJSUA_UNLOCK();
Note: See TracChangeset
for help on using the changeset viewer.