Skip to content

Commit

Permalink
bugfix: correct wrong function name
Browse files Browse the repository at this point in the history
  • Loading branch information
toreanderson committed Mar 11, 2014
1 parent 0b520f5 commit 0f5e885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clatd
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 0f5e885

Please sign in to comment.