From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 3 Apr 2013 19:14:32 +0800 References: <1364476872-28775-1-git-send-email-ordex@autistici.org> In-Reply-To: <1364476872-28775-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: <201304031914.32430.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: don't check compat version twice 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 Cc: Antonio Quartulli On Thursday, March 28, 2013 21:21:12 Antonio Quartulli wrote: > From: Antonio Quartulli > > Compatibility version is checked upon packet reception > before calling any handler. For this reason it does need to > be checked once more in the handler itself. > > Signed-off-by: Antonio Quartulli > --- > bat_iv_ogm.c | 7 ------- > 1 file changed, 7 deletions(-) Applied in revision ae9218e. Thanks, Marek