commit | 76e8d7b0d1b0091929e8cd18551a87b6bb6ef2c1 | [log] [tgz] |
---|---|---|
author | Simon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de> | Sun Oct 30 16:22:43 2011 +0100 |
committer | Sven Eckelmann <sven@narfation.org> | Sun Nov 20 13:08:35 2011 +0100 |
tree | 30b2e7650d62277cfb63dfe8145f4b372b47af4c | |
parent | 8b7342d673d31e7aa60baae35321c11532275cdb [diff] |
batman-adv: Fix range check for expected packets The check for new packets in the future used a wrong binary operator, which makes the check expression always true and accepting too many packets. Reported-by: Thomas Jarosch <thomas.jarosch@intra2net.com> Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> Signed-off-by: Sven Eckelmann <sven@narfation.org>