defect 3376970 - fix name translation

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10174 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mellor 2011-07-27 15:20:29 +00:00
parent e12bf7bd77
commit a70a338908

View File

@ -1295,7 +1295,7 @@ sub translate_names{
unless ($datum =~ /^$/) { # ignore blank translations
$xlated_node=$datum;
}
next; #skip the redundancy that follows otherwise
# next; #skip the redundancy that follows otherwise
}
while ($curr)
{