From: Pierre Joye Date: Mon, 6 Sep 2010 14:43:44 +0000 (+0000) Subject: - WS X-Git-Tag: php-5.4.0alpha1~191^2~991 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2110655d4d7fe692e08d77ce407633c10b2dc624;p=php - WS --- diff --git a/ext/standard/dns_win32.c b/ext/standard/dns_win32.c index c00772bbe0..ac3aab00b1 100644 --- a/ext/standard/dns_win32.c +++ b/ext/standard/dns_win32.c @@ -124,8 +124,6 @@ PHP_FUNCTION(dns_check_record) status = DnsQuery_A(hostname, type, DNS_QUERY_STANDARD, NULL, &pResult, NULL); - - if (status) { RETURN_FALSE; }