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) {