From a52dc5b5f946028ee53cc9e043570d61b9f07b6c Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 15 Oct 2013 13:39:20 -0400 Subject: [PATCH] Correct problem introduced by partial backout of storable. Client.pm was still expecting some output to a request no longer sent. Correct that. --- perl-xCAT/xCAT/Client.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Client.pm b/perl-xCAT/xCAT/Client.pm index 0599b5c3c..e0934796d 100644 --- a/perl-xCAT/xCAT/Client.pm +++ b/perl-xCAT/xCAT/Client.pm @@ -269,7 +269,7 @@ if (ref($request) eq 'HASH') { # the request is an array, not pure XML #if ($ENV{XCATXMLTRACE} or $ENV{XCATXMLWARNING}) { $encode="xml"; } if (ref($request) eq 'HASH') { # the request is an array, not pure XML #print $client "xcatencoding: $encode\n"; - my $encok=<$client>; + #my $encok=<$client>; send_request($request,$client,$encode); } else { #XML $straightprint=1;