b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] batman-adv: fix crash on mesh cleanup in bridge loop avoidance code
@ 2010-10-24 19:58 Marek Lindner
  2010-10-24 20:03 ` Sven Eckelmann
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Lindner @ 2010-10-24 19:58 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Marek Lindner

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
---
 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",
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: fix crash on mesh cleanup in bridge loop avoidance code
  2010-10-24 19:58 [B.A.T.M.A.N.] [PATCH] batman-adv: fix crash on mesh cleanup in bridge loop avoidance code Marek Lindner
@ 2010-10-24 20:03 ` Sven Eckelmann
  2010-10-25 12:54   ` Marek Lindner
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Eckelmann @ 2010-10-24 20:03 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Marek Lindner

[-- Attachment #1: Type: Text/Plain, Size: 740 bytes --]

Marek Lindner wrote:
> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
> ---
>  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",

Acked-by: Sven Eckelmann <sven.eckelmann@gmx.de>

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: fix crash on mesh cleanup in bridge loop avoidance code
  2010-10-24 20:03 ` Sven Eckelmann
@ 2010-10-25 12:54   ` Marek Lindner
  0 siblings, 0 replies; 3+ messages in thread
From: Marek Lindner @ 2010-10-25 12:54 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

On Sunday 24 October 2010 22:03:22 Sven Eckelmann wrote:
> Acked-by: Sven Eckelmann <sven.eckelmann@gmx.de>

Applied in revision 1849.

Regards,
Marek

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-25 12:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-24 19:58 [B.A.T.M.A.N.] [PATCH] batman-adv: fix crash on mesh cleanup in bridge loop avoidance code Marek Lindner
2010-10-24 20:03 ` Sven Eckelmann
2010-10-25 12:54   ` Marek Lindner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).