mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-21 05:25:32 +00:00
Merge pull request #798 from xuweibj/I608
To fix Issue #608, a typo error
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user