batman-adv: initialise last_ttvn and tt_crc for the orig_node structure
authorAntonio Quartulli <ordex@autistici.org>
Wed, 6 Jul 2011 23:40:57 +0000 (01:40 +0200)
committerMarek Lindner <lindner_marek@yahoo.de>
Thu, 7 Jul 2011 16:49:26 +0000 (18:49 +0200)
commitc8c991bf2076d711f14ff9063db306fd522ddcd4
tree30ab31ea77ae6681563eafb7519360acc56ed646
parent44c4349a2a117b22a5c4087f2ac9faf10c575e17
batman-adv: initialise last_ttvn and tt_crc for the orig_node structure

The last_ttvn and tt_crc fields of the orig_node structure were not
initialised causing an immediate TT_REQ/RES dialogue even if not needed.

Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
net/batman-adv/originator.c