From dcf453840f7c30e8a76fc95f9e04c29284b71c94 Mon Sep 17 00:00:00 2001 From: XuWei Date: Mon, 14 Mar 2016 03:56:52 -0400 Subject: [PATCH] To fix Issue #608, a typo error --- 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 8e3f8b8c2..fcad5c651 100755 --- a/perl-xCAT/xCAT/InstUtils.pm +++ b/perl-xCAT/xCAT/InstUtils.pm @@ -759,7 +759,7 @@ sub get_server_nodes { # get ip facing node my @servd= xCAT::NetworkUtils->my_ip_facing($node); - unless (@servd[0]) { $serv = $servd[1];} + unless ($servd[0]) { $serv = $servd[1];} } chomp $serv;