From d07f1e9a7791b41b8290a7bb73564989b7699e2e Mon Sep 17 00:00:00 2001 From: hu-weihua Date: Wed, 23 Nov 2016 03:41:49 -0500 Subject: [PATCH] Fix bug2193:xcatprobe xcatmn could not probe mn's dns status #2193 --- xCAT-probe/subcmds/xcatmn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-probe/subcmds/xcatmn b/xCAT-probe/subcmds/xcatmn index cee2a9e99..37d7ac33f 100755 --- a/xCAT-probe/subcmds/xcatmn +++ b/xCAT-probe/subcmds/xcatmn @@ -671,7 +671,7 @@ sub check_dns_service { } } } - } esle { + } else { $rst = 2; }