Changeset 3542 for pjproject/trunk/pjsip/src/pjsip-ua/sip_reg.c
- Timestamp:
- Apr 25, 2011 11:47:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-ua/sip_reg.c
r3444 r3542 1155 1155 pjsip_contact_hdr *contact[PJSIP_REGC_MAX_CONTACT]; 1156 1156 1157 /* Mark operation as complete */ 1158 regc->current_op = REGC_IDLE; 1159 1157 1160 if (tsx->status_code/100 == 2) { 1158 1161 … … 1164 1167 PJSIP_REGC_MAX_CONTACT, 1165 1168 contact); 1166 1167 /* Mark operation as complete */1168 regc->current_op = REGC_IDLE;1169 1169 1170 1170 /* Schedule next registration */
Note: See TracChangeset
for help on using the changeset viewer.