summaryrefslogtreecommitdiff
path: root/rtpSession.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtpSession.h')
-rw-r--r--rtpSession.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/rtpSession.h b/rtpSession.h
index 16b0e5b..8fa73f7 100644
--- a/rtpSession.h
+++ b/rtpSession.h
@@ -83,10 +83,6 @@ private:
{
Lock lock(mutex_);
- std::string old_local_addr = local_addr_;
- u_int16_t old_local_port1 = local_port1_;
- u_int16_t old_local_port2 = local_port2_;
-
ar & dead_;
ar & complete_;
ar & local_addr_;
@@ -99,7 +95,7 @@ private:
ar & seen1_;
ar & seen2_;
- if(old_local_port1 != local_port1_ || old_local_port2 != local_port2_ || old_local_addr != local_addr_)
+ if(complete_)
reinit();
in_sync_ = true;