From 92efa896ace2c1ef6e1a356ba7d2e38294583f7e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 18 Mar 2008 19:49:38 +0000 Subject: anyrtpproxy bugfix --- rtpSession.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtpSession.h') diff --git a/rtpSession.h b/rtpSession.h index 8fa73f7..0102f7e 100644 --- a/rtpSession.h +++ b/rtpSession.h @@ -95,7 +95,7 @@ private: ar & seen1_; ar & seen2_; - if(complete_) + if(complete_ && !dead_) reinit(); in_sync_ = true; -- cgit v1.2.3