From: Jan Michel Date: Fri, 28 Nov 2014 17:13:13 +0000 (+0100) Subject: fixed error with rates and multiple xml requests X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=8be26ad9bf44f8dab22dce01eb4e76592fe565b4;p=daqtools.git fixed error with rates and multiple xml requests --- diff --git a/xml-db/get.pl b/xml-db/get.pl index b905634..6dd2d2c 100755 --- a/xml-db/get.pl +++ b/xml-db/get.pl @@ -66,7 +66,7 @@ foreach my $req (@request) { ($entity,$netaddr,$name,$style) = split("-",$req); $file = "$RealBin/cache/$entity.entity"; } - $storefile = "/dev/shm/xmldb-".$ENV{'QUERY_STRING'}.".store"; + $storefile = "/dev/shm/xmldb-".$req.".store"; } else { # use FindBin qw($RealBin);