From 3af1c1c62d562f37c0bef11d2f1503b83860830c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= <rafael.carre@savoirfairelinux.com> Date: Tue, 26 Jul 2011 17:02:14 -0400 Subject: [PATCH] * #6392: AudioRtpSession: Initialize remote port --- sflphone-common/src/audio/audiortp/AudioRtpSession.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sflphone-common/src/audio/audiortp/AudioRtpSession.cpp b/sflphone-common/src/audio/audiortp/AudioRtpSession.cpp index 4e7179da31..eaf48e81d5 100644 --- a/sflphone-common/src/audio/audiortp/AudioRtpSession.cpp +++ b/sflphone-common/src/audio/audiortp/AudioRtpSession.cpp @@ -43,6 +43,7 @@ AudioRtpSession::AudioRtpSession (SIPCall * sipcall) : AudioRtpRecordHandler (sipcall) , ost::SymmetricRTPSession (ost::InetHostAddress (sipcall->getLocalIp().c_str()), sipcall->getLocalAudioPort()) , _mainloopSemaphore (0) + , _remote_port (0) , _timestamp (0) , _timestampIncrement (0) , _timestampCount (0) -- GitLab