On Monday 25 April 2011 22:44:32 Antonio Quartulli wrote:
This is a regression from 8ffdea813e32cee3c60be36fb9e6a5e077e51ea0
- gw_node_update() doesn't add a new gw_node in case of empty curr_gw.
This means that at the beginning no gw_node is added, leading to an empty gateway list.
- gw_election() is terminating in case of curr_gw == NULL. It has to
terminate in case of curr_gw != NULL
Applied in revision 66b5d57.
Thanks, Marek