Changeset 3544


Ignore:
Timestamp:
Apr 26, 2011 7:39:57 AM (13 years ago)
Author:
bennylp
Message:

Re #1245: bad last commit caused everything to be treated as unregistrations!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-ua/sip_reg.c

    r3542 r3544  
    11551155        pjsip_contact_hdr *contact[PJSIP_REGC_MAX_CONTACT]; 
    11561156 
    1157         /* Mark operation as complete */ 
    1158         regc->current_op = REGC_IDLE; 
    1159  
    11601157        if (tsx->status_code/100 == 2) { 
    11611158 
     
    11791176        if (expiration==NOEXP) expiration=-1; 
    11801177        regc->expires = expiration; 
     1178 
     1179        /* Mark operation as complete */ 
     1180        regc->current_op = REGC_IDLE; 
    11811181 
    11821182        /* Call callback. */ 
Note: See TracChangeset for help on using the changeset viewer.