bugfix: correct wrong function name

This commit is contained in:
Tore Anderson 2014-03-11 02:20:28 +01:00
parent 0b520f5442
commit 0f5e8857fd
1 changed files with 1 additions and 1 deletions

2
clatd
View File

@ -650,7 +650,7 @@ if(cfgbool("v4-conncheck-enable")) {
while(<$fd>) {
if(/^default /) {
p("This system already has IPv4 connectivity; no need for a CLAT.");
exit_and_cleanup(0);
cleanup_and_exit(0);
}
}
close($fd) or err("cmd(ip -4 route list default) failed");