Changeset 3544
- Timestamp:
- Apr 26, 2011 7:39:57 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-ua/sip_reg.c
r3542 r3544 1155 1155 pjsip_contact_hdr *contact[PJSIP_REGC_MAX_CONTACT]; 1156 1156 1157 /* Mark operation as complete */1158 regc->current_op = REGC_IDLE;1159 1160 1157 if (tsx->status_code/100 == 2) { 1161 1158 … … 1179 1176 if (expiration==NOEXP) expiration=-1; 1180 1177 regc->expires = expiration; 1178 1179 /* Mark operation as complete */ 1180 regc->current_op = REGC_IDLE; 1181 1181 1182 1182 /* Call callback. */
Note: See TracChangeset
for help on using the changeset viewer.