Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
219a8f14
Commit
219a8f14
authored
Jan 06, 2006
by
Mark Andrews
Browse files
1970. [bug] nsupdate: adjust UDP timeout when falling back to
unsigned SOA query. [RT #15775]
parent
3430bfff
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
219a8f14
1970. [bug] nsupdate: adjust UDP timeout when falling back to
unsigned SOA query. [RT #15775]
1969. [bug] win32: the socket code was freeing the socket
structure too early. [RT #15776]
...
...
bin/nsupdate/nsupdate.c
View file @
219a8f14
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: nsupdate.c,v 1.1
39
200
5
/0
9/18 07:16:20
marka Exp $ */
/* $Id: nsupdate.c,v 1.1
40
200
6
/0
1/06 04:45:11
marka Exp $ */
/*! \file */
...
...
@@ -1667,7 +1667,7 @@ recvsoa(isc_task_t *task, isc_event_t *event) {
result
=
dns_request_createvia3
(
requestmgr
,
soaquery
,
localaddr
,
addr
,
0
,
NULL
,
FIND_TIMEOUT
*
20
,
FIND_TIMEOUT
*
20
,
3
,
FIND_TIMEOUT
,
3
,
global_task
,
recvsoa
,
reqinfo
,
&
request
);
check_result
(
result
,
"dns_request_createvia"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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