Changeset 6035 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
- Timestamp:
- Jul 1, 2019 7:12:43 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
r6028 r6035 1064 1064 if (h->type == PJSIP_H_CONTACT) { 1065 1065 const pjsip_contact_hdr *c = (const pjsip_contact_hdr*)h; 1066 inte = c->expires;1067 1068 if (e < 0) {1066 unsigned e = c->expires; 1067 1068 if (e != PJSIP_EXPIRES_NOT_SPECIFIED) { 1069 1069 if (exp) 1070 1070 e = exp->ivalue;
Note: See TracChangeset
for help on using the changeset viewer.