From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 3 Apr 2013 19:16:04 +0800 References: <20130330150907.GE4024@ritirata.org> <1364660520-18385-1-git-send-email-ordex@autistici.org> In-Reply-To: <1364660520-18385-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201304031916.04253.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: do not silently ignore wrong condition Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org On Sunday, March 31, 2013 00:22:00 Antonio Quartulli wrote: > Only one neigh_node per orig_node should match a given > neighbor address, therefore, if more than one matching > neigh_node is found, a WARNING has to be triggered to let > the user know that something is wrong in the originator > state instead of silently skipping the error. > > Signed-off-by: Antonio Quartulli > --- > > v2: > - fixed closing parenthesis > > bat_iv_ogm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied in revision c969b9e. Thanks, Marek