From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 7 Nov 2012 23:43:20 +0800 References: <1352199923-16653-1-git-send-email-ordex@autistici.org> <1352199923-16653-3-git-send-email-ordex@autistici.org> In-Reply-To: <1352199923-16653-3-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201211072343.20419.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 2/5] batman-adv: fix debug message 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 Tuesday, November 06, 2012 19:05:20 Antonio Quartulli wrote: > In case of re-routing, the old_ttvn must be saved before being > overwritten, otherwise the debug message will obviously print the > new one. > > This was introduced by ("batman-adv: substitute tt_poss_change with a > per-tt_entry flag") > > Signed-off-by: Antonio Quartulli > --- > routing.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Applied in revision 44d6e4a. Thanks, Marek