From 2cf271a1f980a54e054e3dfd44b8d24a0a5607ea Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 8 Jul 2010 17:58:19 +0000 Subject: [PATCH] -Comment unused line of code git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6679 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/esx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index e76b96e2f..5c907bc1b 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -877,7 +877,7 @@ sub get_hostview { $view = $args{conn}->find_entity_view(%subargs); if ($view) { return $view; } return undef; #rest of function should be obsoleted, going to run with that assumption for 2.5 at least - $subargs{filter}={'name' =~ qr/.*/}; +# $subargs{filter}={'name' =~ qr/.*/}; # foreach (@{$args{conn}->find_entity_views(%subargs)}) { # my $view = $_; # if ($_->name =~ /$host(?:\.|\z)/ or $_->name =~ /localhost(?:\.|\z)/ or grep { $view->name =~ /$_(?:\.|\z)/ } @matchvalues) {