Changeset 5207


Ignore:
Timestamp:
Dec 8, 2015 11:25:45 AM (8 years ago)
Author:
ming
Message:

Re #1882 (misc): Fixed bug in SipTransaction::fromPj(pjsip_transaction &) which do not copy the state variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua2/siptypes.cpp

    r5170 r5207  
    517517    this->statusCode    = tsx.status_code; 
    518518    this->statusText    = pj2Str(tsx.status_text); 
     519    this->state         = tsx.state; 
    519520    if (tsx.last_tx) 
    520521        this->lastTx.fromPj(*tsx.last_tx); 
Note: See TracChangeset for help on using the changeset viewer.