Ignore:
Timestamp:
May 5, 2008 12:06:08 PM (16 years ago)
Author:
bennylp
Message:

Fixed bug: NOTIFY is sent continuously on PJSUA-LIB shutdown

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_pres.c

    r1931 r1947  
    886886        pjsip_pres_status pres_status; 
    887887        pj_str_t reason = { "noresource", 10 }; 
     888        pjsua_srv_pres *next; 
    888889        pjsip_tx_data *tdata; 
     890 
     891        next = uapres->next; 
    889892 
    890893        pjsip_pres_get_status(uapres->sub, &pres_status); 
     
    900903        } 
    901904 
    902         uapres = uapres->next; 
     905        uapres = next; 
    903906    } 
    904907 
Note: See TracChangeset for help on using the changeset viewer.