2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 13:21:12 +00:00

To fix Issue #608, a typo error

This commit is contained in:
XuWei
2016-03-14 03:56:52 -04:00
parent 7ae8361209
commit dcf453840f

View File

@@ -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;