@@ -0,0 +1,22 @@
+--- wwwroot/cgi-bin/plugins/geoip_org_maxmind.pm
++++ wwwroot/cgi-bin/plugins/geoip_org_maxmind.pm
+@@ -73,7 +73,7 @@
+ if ($mode eq '' || $mode eq 'GEOIP_MEMORY_CACHE') { $mode=Geo::IP::GEOIP_MEMORY_CACHE(); }
+ else { $mode=Geo::IP::GEOIP_STANDARD(); }
+ }
+- %TmpDomainLookup=();
++# %TmpDomainLookup=();
+ debug(" Plugin geoip_org_maxmind: GeoIP initialized type=$type mode=$mode",1);
+ if ($type eq 'geoippureperl') {
+ $geoip_org_maxmind = Geo::IP::PurePerl->open($datafile, $mode);
+--- wwwroot/cgi-bin/plugins/geoipfree.pm
++++ wwwroot/cgi-bin/plugins/geoipfree.pm
+@@ -49,7 +49,7 @@
+ # <-----
+ # ENTER HERE CODE TO DO INIT PLUGIN ACTIONS
+ debug(" Plugin geoipfree: InitParams=$InitParams",1);
+- %TmpDomainLookup=();
++# %TmpDomainLookup=();
+ $gi = Geo::IPfree::new();
+ # $gi->Faster; # Do not enable Faster as the Memoize module is rarely available
+ # ----->
|