Merge branch 'master' into 1.1

Conflicts:
	src/subnet.c
This commit is contained in:
Guus Sliepen 2009-12-11 22:31:27 +01:00
commit d6c50eb73a
4 changed files with 16 additions and 25 deletions

View file

@ -378,6 +378,9 @@ void check_reachability() {
free(envp[i]);
subnet_update(n, NULL, n->status.reachable);
if(!n->status.reachable)
update_node_udp(n, NULL);
}
}
}