From 3e622bf94ed7ff3241be26f2de377f01919d43ac Mon Sep 17 00:00:00 2001 From: yangsong Date: Fri, 16 Mar 2018 14:19:26 +0800 Subject: [PATCH] fix typo (#4956) --- perl-xCAT/xCAT/InstUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/InstUtils.pm b/perl-xCAT/xCAT/InstUtils.pm index 1775ba1d7..a8f987b34 100755 --- a/perl-xCAT/xCAT/InstUtils.pm +++ b/perl-xCAT/xCAT/InstUtils.pm @@ -769,7 +769,7 @@ sub get_server_nodes unless ($servd[0]) { $serv = $servd[1]; } } else{ - continue; + next; } chomp $serv;