From patchwork Sun Oct 24 19:58:17 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 496 Return-Path: Received: from nm20-vm0.bullet.mail.ukl.yahoo.com (nm20-vm0.bullet.mail.ukl.yahoo.com [217.146.183.115]) by open-mesh.org (Postfix) with SMTP id 11A21154539 for ; Sun, 24 Oct 2010 22:00:14 +0200 (CEST) Received: from [217.146.183.217] by nm20.bullet.mail.ukl.yahoo.com with NNFMP; 24 Oct 2010 20:00:13 -0000 Received: from [217.146.183.170] by tm10.bullet.mail.ukl.yahoo.com with NNFMP; 24 Oct 2010 20:00:13 -0000 Received: from [127.0.0.1] by omp1011.mail.ukl.yahoo.com with NNFMP; 24 Oct 2010 20:00:13 -0000 X-Yahoo-Newman-Id: 998111.88390.bm@omp1011.mail.ukl.yahoo.com Received: (qmail 62422 invoked from network); 24 Oct 2010 20:00:12 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=DKIM-Signature:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Cc:Subject:Date:Message-Id:X-Mailer; b=eb9n+mkx3OTJTrZJknLmHluu0wuoH14wdZVYx8/VxVJNMks72Fr/dh9E7HG3arw8AaM0H2JhTTfynROd56se9MIOm308+LCrbRN1Usjm+oFpGWNyhuVqpNz45dePeeIfCwxawEriLweua+jR/HVgGVo1Os6eJ7IpuirSKQFc4tM= ; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1287950412; bh=RYYqMTb0XLaI/2RJTcDpjOoKax8z62gfXE3DcmUFYP4=; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Cc:Subject:Date:Message-Id:X-Mailer; b=UtuCZ/Ny6ntiSA7zSvqzWSF1rx326X+RzIoWmGalgpg1mktU1MhPOKgyWKO+SBpUMZCG+cW0qyVVzRaCJau9iSnmYCvB9a/reA73J+SDeCEp6uLXx/1+vlyWdscTJMpXLymzI34xGQ568OYLVfBym2ra2fCxM7so1pbktsqeGJ4= Received: from localhost (lindner_marek@78.225.40.81 with plain) by smtp124.mail.ukl.yahoo.com with SMTP; 24 Oct 2010 13:00:12 -0700 PDT X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- X-YMail-OSG: nv00VRcVM1njidSpb7WARrXIgr0AK8KgXHu9beTWEclISLn w84OC5kxAtDeIJVsWPPik.EyrTkhBUcO7_FqgNrju.sRISBCKiE34AwhInXM SEomuGv7YOSpAOOkpegm7bRZ0Ez_uAsNwrcUuB6Oq1faMibxesfteglfgoEc Yo9v.iV5Acgk81K0ExGmN4DgFpBbDezEl0blZOPuINQcFr4SUEa3.geVCCDO 2rbIULU8mm_jgMmZ0vJGPo_UBigSSsuhTr69Vcq8kqR7zuVIL X-Yahoo-Newman-Property: ymail-3 From: Marek Lindner To: b.a.t.m.a.n@lists.open-mesh.org Date: Sun, 24 Oct 2010 21:58:17 +0200 Message-Id: <1287950297-7983-1-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.1 Cc: Marek Lindner Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: fix crash on mesh cleanup in bridge loop avoidance code X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.11 Precedence: list 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: , X-List-Received-Date: Sun, 24 Oct 2010 20:00:14 -0000 Signed-off-by: Marek Lindner Acked-by: Sven Eckelmann --- batman-adv/soft-interface.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/batman-adv/soft-interface.c b/batman-adv/soft-interface.c index a13276b..5ae26e8 100644 --- a/batman-adv/soft-interface.c +++ b/batman-adv/soft-interface.c @@ -114,7 +114,6 @@ void softif_neigh_purge(struct bat_priv *bat_priv) hlist_del_rcu(&softif_neigh->list); if (bat_priv->softif_neigh == softif_neigh) { - bat_priv->softif_neigh = NULL; bat_dbg(DBG_ROUTES, bat_priv, "Current mesh exit point '%pM' vanished " "(vid: %d).\n",