From 4eea5e17b05a92001dffc6e1750849d95accd1ec Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Tue, 22 Feb 2011 19:10:08 +0100 Subject: [PATCH] b/f: initialize SBCDialog::outbound_interface --- apps/sbc/SBC.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/sbc/SBC.cpp b/apps/sbc/SBC.cpp index 75f5a6e8..5da47df6 100644 --- a/apps/sbc/SBC.cpp +++ b/apps/sbc/SBC.cpp @@ -481,7 +481,8 @@ void SBCFactory::setRegexMap(const AmArg& args, AmArg& ret) { SBCDialog::SBCDialog(const SBCCallProfile& call_profile) : m_state(BB_Init), prepaid_acc(NULL), - call_profile(call_profile) + call_profile(call_profile), + outbound_interface(-1) { set_sip_relay_only(false); dlg.reliable_1xx = REL100_IGNORED;