From 2110655d4d7fe692e08d77ce407633c10b2dc624 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 6 Sep 2010 14:43:44 +0000 Subject: [PATCH] - WS --- ext/standard/dns_win32.c | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.40.0