From 4d95b9eb68c438ad166d75b1cb9053c03bf2356e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 14 Mar 2008 13:38:51 +0000 Subject: bugfixes @ anyrtpproxy --- syncRtpCommand.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'syncRtpCommand.h') diff --git a/syncRtpCommand.h b/syncRtpCommand.h index 7ac9859..cc1309e 100644 --- a/syncRtpCommand.h +++ b/syncRtpCommand.h @@ -22,7 +22,8 @@ private: { Lock lock(gRtpSessionTable.getMutex()); ar & callid_; - ar & gRtpSessionTable.getOrNewSessionUnlocked(callid_); + bool is_new; + ar & gRtpSessionTable.getOrNewSessionUnlocked(callid_, is_new); }; }; -- cgit v1.2.3