Skip to content

Commit

Permalink
reset RTCP report fields in copy-c'tor
Browse files Browse the repository at this point in the history
  • Loading branch information
willamowius committed Aug 23, 2018
1 parent feb6de9 commit 325e430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RasTbl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2883,7 +2883,7 @@ CallRec::CallRec(
m_setupTime = oldCall->m_setupTime;
m_CallNumber = oldCall->m_CallNumber; // if we have 1 CDR, we need to preserve internal call number
}
// TODO: copy RTCP_report fields ?
InitRTCP_report(); // reset RTCP_report fields
}

CallRec::~CallRec()
Expand Down

0 comments on commit 325e430

Please sign in to comment.