fix for defect 3394065

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10319 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-08-18 18:11:37 +00:00
parent 7eb6cdac76
commit 699af831c2

View File

@ -248,7 +248,7 @@ sub add_known_host
xCAT::MsgUtils->message("E", $rsp, $callback, 1);
return 1;
}
chop($ip_address);
chomp($ip_address);
if (defined $hostname)
{