From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 12 Oct 2011 17:11:45 +0200 References: <1318249725-19865-1-git-send-email-ordex@autistici.org> <1318424090-22862-1-git-send-email-ordex@autistici.org> In-Reply-To: <1318424090-22862-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: <201110121711.46329.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: use orig_hash_find() instead of get_orig_node() in TT code 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 Wednesday, October 12, 2011 14:54:50 Antonio Quartulli wrote: > get_orig_node() tries to retrieves an orig_node object and possibly creates > it if not present. This is not the wanted behaviours in the > translation-table code, instead we want to get the orig_node only if it > really exists, without creating it. Applied in revision 62c7140. Thanks, Marek