Clear status and options fields of unreachable nodes.

This commit is contained in:
Guus Sliepen 2012-10-11 22:21:30 +02:00
parent d917c8cb6b
commit 45944e4514

View file

@ -246,6 +246,8 @@ static void check_reachability(void) {
if(!n->status.reachable) {
update_node_udp(n, NULL);
memset(&n->status, 0, sizeof n->status);
n->options = 0;
} else if(n->connection) {
if(n->status.sptps) {
if(n->connection->outgoing)