From 842573ea4ef4ecef5f22ccbdf2a273e0b628f73c Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Sun, 26 Apr 2020 19:56:35 +0000 Subject: [PATCH] spfcheck : return of the DNS counter git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5964 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- spfcheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spfcheck.php b/spfcheck.php index 310274d..fa11e9e 100644 --- a/spfcheck.php +++ b/spfcheck.php @@ -162,7 +162,7 @@ class spfcheck public function getDNSRequestNumber () // {{{ { - return count ($this->dnsRequests); + return $this->dnsCounter; } // }}}