From f513f80341b2d77f4e2da54782ed905179d3f547 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 16 Feb 2011 16:57:04 +0100 Subject: [PATCH] b/f: initialize next_rtp_port --- core/AmConfig.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/AmConfig.cpp b/core/AmConfig.cpp index 1b63f6c7..eaa54209 100644 --- a/core/AmConfig.cpp +++ b/core/AmConfig.cpp @@ -111,7 +111,8 @@ AmConfig::IP_interface::IP_interface() LocalIP(), PublicIP(), RtpLowPort(RTP_LOWPORT), - RtpHighPort(RTP_HIGHPORT) + RtpHighPort(RTP_HIGHPORT), + next_rtp_port(-1) { }