Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
8981bbd4
Commit
8981bbd4
authored
Mar 09, 2013
by
Hans Leidekker
Committed by
Alexandre Julliard
Mar 11, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dnsapi: Increase maximum packet size.
parent
7ca40003
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
query.c
dlls/dnsapi/query.c
+3
-3
No files found.
dlls/dnsapi/query.c
View file @
8981bbd4
...
@@ -578,13 +578,13 @@ static DNS_STATUS dns_get_serverlist( PIP4_ARRAY addrs, PDWORD len )
...
@@ -578,13 +578,13 @@ static DNS_STATUS dns_get_serverlist( PIP4_ARRAY addrs, PDWORD len )
return
ERROR_SUCCESS
;
return
ERROR_SUCCESS
;
}
}
static
DNS_STATUS
dns_do_query
(
PCSTR
name
,
WORD
type
,
DWORD
options
,
#define DNS_MAX_PACKET_SIZE 4096
PDNS_RECORDA
*
result
)
static
DNS_STATUS
dns_do_query
(
PCSTR
name
,
WORD
type
,
DWORD
options
,
PDNS_RECORDA
*
result
)
{
{
DNS_STATUS
ret
=
DNS_ERROR_RCODE_NOT_IMPLEMENTED
;
DNS_STATUS
ret
=
DNS_ERROR_RCODE_NOT_IMPLEMENTED
;
unsigned
int
i
,
num
;
unsigned
int
i
,
num
;
unsigned
char
answer
[
NS_PACKETSZ
];
unsigned
char
answer
[
DNS_MAX_PACKET_SIZE
];
ns_sect
sections
[]
=
{
ns_s_an
,
ns_s_ar
};
ns_sect
sections
[]
=
{
ns_s_an
,
ns_s_ar
};
ns_msg
msg
;
ns_msg
msg
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment