From 0f5e8857fd7cee9e36f8773f467c845bbbe08a0a Mon Sep 17 00:00:00 2001 From: Tore Anderson Date: Tue, 11 Mar 2014 02:20:28 +0100 Subject: [PATCH] bugfix: correct wrong function name --- clatd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clatd b/clatd index 0a4b762..399ad22 100755 --- a/clatd +++ b/clatd @@ -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");