commit | fe3f4cfe8ef8b4f0979a0dd61f60de832848664a | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Mon Aug 20 10:26:49 2012 +0200 |
committer | Antonio Quartulli <ordex@autistici.org> | Mon Oct 29 09:42:38 2012 +0100 |
tree | 2b1ccaecbee36f0a323fa65d6a40e969516a5822 | |
parent | bd5b80d51a6c4a68f7d4b9b92c495329f47e53d4 [diff] |
batman-adv: Only increase refcounter once for alternate router The test whether we can use a router for alternating bonding should only be done once because it is already known that it is still usable and will not be deleted from the list soon. This patch addresses Coverity #712285: Unchecked return value Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Antonio Quartulli <ordex@autistici.org>