]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix not working call to ipv6 plugin.
authoreldy <>
Thu, 31 Jul 2003 18:25:26 +0000 (18:25 +0000)
committereldy <>
Thu, 31 Jul 2003 18:25:26 +0000 (18:25 +0000)
wwwroot/cgi-bin/awstats.pl

index 20fc3e840798dec36f3addbf2e144851f15f3468..d48794f66340cc597008bd18236068c501fd6abd 100644 (file)
@@ -5580,7 +5580,7 @@ if ($UpdateStats && $FrameName ne 'index' && $FrameName ne 'mainleft') {  # Updat
                                                                if ($Debug) { debug("  Reverse DNS lookup for $Host done: $HostResolved",4); }
                                                        }
                                                        elsif ($ip == 6) {
-                                                               if ($PluginsLoaded{'GetResolveIP'}{'ipv6'}) {
+                                                               if ($PluginsLoaded{'GetResolvedIP'}{'ipv6'}) {
                                                                        my $lookupresult=GetResolvedIP_ipv6($Host);
                                                                        if (! $lookupresult || ! IsAscii($lookupresult)) {
                                                                                $TmpDNSLookup{$Host}=$HostResolved='*';