Correct problem introduced by partial backout of storable.

Client.pm was still expecting some output to a request no longer sent.  Correct that.
This commit is contained in:
Jarrod Johnson 2013-10-15 13:39:20 -04:00
parent 53974fcaa8
commit a52dc5b5f9

View File

@ -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;