On Wednesday 26 March 2014 15:46:23 Simon Wunderlich wrote:
From: Simon Wunderlich simon@open-mesh.com
The current code will not execute batadv_purge_orig_neighbors() when an orig_ifinfo has already been purged. However we need to run it in any case. Fix that.
This is a regression introduced by de6bcc76ea84fecb136f8c8f5ba1862e4a13f06b ("batman-adv: split out router from orig_node")
Signed-off-by: Simon Wunderlich simon@open-mesh.com
Changes to PATCHv1:
- check two change variables separately
originator.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Applied in revision 7212515.
Thanks, Marek