From: Andreas Eversberg Date: Tue, 21 Aug 2012 06:50:35 +0000 (+0200) Subject: Fix: Don't forward MESSAGE_TRAFFIC to endpoint instance X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=commitdiff_plain;h=bdd274c5e8ac1f53fb2fb38995833a57b6475088 Fix: Don't forward MESSAGE_TRAFFIC to endpoint instance Thanx to Atul for catching this bug --- diff --git a/remote.cpp b/remote.cpp index 540a16f..fc28a59 100644 --- a/remote.cpp +++ b/remote.cpp @@ -144,7 +144,7 @@ void Premote::message_remote(int message_type, union parameter *param) read_audio(param->traffic.data, param->traffic.len); admin_message_from_lcr(p_r_remote_id, p_r_ref, MESSAGE_TRAFFIC, param); } - break; + return; case MESSAGE_SETUP: interface = getinterfacebyname(p_interface_name);