From 078b1fad3ac18931f021badb770099011daff656 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 2 Aug 2010 20:35:52 +0000 Subject: [PATCH] -Remove workaround for issue fixed in product git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6949 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/ipmi.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index 33635acf9..b0692b098 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -1027,7 +1027,6 @@ sub getrvidparms { } $response = $browser->request(GET $baseurl."/Java/jviewer.jnlp?ext_ip=".$sessdata->{ipmisession}->{bmc}); $response = $response->content; - $response =~ s/0<\/argument>/7578<\/argument>/; #TODO: remove when fixed sendmsg("method:imm",$sessdata->{node}); sendmsg("jnlp:$response",$sessdata->{node}); return;