]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
fixed error with rates and multiple xml requests
authorJan Michel <j.michel@gsi.de>
Fri, 28 Nov 2014 17:13:13 +0000 (18:13 +0100)
committerJan Michel <j.michel@gsi.de>
Fri, 28 Nov 2014 17:13:31 +0000 (18:13 +0100)
xml-db/get.pl

index b905634ac5c2110b5118e4bcb85fd93d43a3ba9e..6dd2d2c9453bbfb2d38fc3fa9659c2923fe7cec7 100755 (executable)
@@ -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);