mirror of
https://github.com/toreanderson/clatd
synced 2026-03-22 13:35:38 +00:00
bugfix: correct wrong function name
This commit is contained in:
2
clatd
2
clatd
@@ -650,7 +650,7 @@ if(cfgbool("v4-conncheck-enable")) {
|
|||||||
while(<$fd>) {
|
while(<$fd>) {
|
||||||
if(/^default /) {
|
if(/^default /) {
|
||||||
p("This system already has IPv4 connectivity; no need for a CLAT.");
|
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");
|
close($fd) or err("cmd(ip -4 route list default) failed");
|
||||||
|
|||||||
Reference in New Issue
Block a user