Skip to content

Commit 654c262

Browse files
committed
cosmetics
1 parent 795b106 commit 654c262

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/helper.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ PR_STRING _app_formatarpa (
206206
)
207207
{
208208
R_STRINGBUILDER formatted_address;
209-
PIN_ADDR p4addr;
210209
PIN6_ADDR p6addr;
210+
PIN_ADDR p4addr;
211211

212212
_r_obj_initializestringbuilder (&formatted_address, 256);
213213

@@ -1621,8 +1621,8 @@ PR_STRING _app_resolveaddress (
16211621
)
16221622
{
16231623
PDNS_RECORD dns_records = NULL;
1624-
PR_STRING arpa_string;
16251624
PR_STRING string = NULL;
1625+
PR_STRING arpa_string;
16261626
DNS_STATUS status;
16271627
ULONG arpa_hash;
16281628

@@ -1636,7 +1636,7 @@ PR_STRING _app_resolveaddress (
16361636
return string;
16371637
}
16381638

1639-
status = DnsQuery_W (arpa_string->buffer, DNS_TYPE_PTR, DNS_QUERY_BYPASS_CACHE | DNS_QUERY_NO_HOSTS_FILE, NULL, &dns_records, NULL);
1639+
status = DnsQuery_W (arpa_string->buffer, DNS_TYPE_PTR, DNS_QUERY_BYPASS_CACHE | DNS_QUERY_NO_HOSTS_FILE | DNS_QUERY_NO_MULTICAST, NULL, &dns_records, NULL);
16401640

16411641
if (status == ERROR_SUCCESS)
16421642
{

0 commit comments

Comments
 (0)