From a70a3389081ddbd4be3aafaca684ea22e87f9478 Mon Sep 17 00:00:00 2001 From: mellor Date: Wed, 27 Jul 2011 15:20:29 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/rollupdate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/rollupdate.pm b/xCAT-server/lib/xcat/plugins/rollupdate.pm index e653acc8b..8f43d5f27 100644 --- a/xCAT-server/lib/xcat/plugins/rollupdate.pm +++ b/xCAT-server/lib/xcat/plugins/rollupdate.pm @@ -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) {