From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 4 Apr 2012 11:18:02 +0200 References: <1326670618-3950-1-git-send-email-ordex@autistici.org> In-Reply-To: <1326670618-3950-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: <201204041118.02306.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already exists 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: The list for a Better Approach To Mobile Ad-hoc Networking On Monday, January 16, 2012 00:36:58 Antonio Quartulli wrote: > When trying to add a new tt_local_entry, if such entry already exists, we > have to ensure that the TT_CLIENT_PENDING flag is not set, otherwise the > entry will be deleted soon. Applied in revision 7e7fc81. Thanks, Marek