Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
59e1a928
Commit
59e1a928
authored
Nov 27, 2000
by
Bob Halley
Browse files
do not INSIST when restarting with returnlame
parent
aba53c93
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
59e1a928
580. [bug] In lib/dns/resolver.c, an INSIST was triggered
in fctx_getaddresses() when restarting with
returnlame.
579. [bug] nsupdate did not take a filename to read update from.
[RT #492]
...
...
lib/dns/resolver.c
View file @
59e1a928
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: resolver.c,v 1.18
3
2000/11/2
2 23:16:04 bwelling
Exp $ */
/* $Id: resolver.c,v 1.18
4
2000/11/2
7 19:56:16 halley
Exp $ */
#include <config.h>
...
...
@@ -1535,6 +1535,7 @@ fctx_getaddresses(fetchctx_t *fctx) {
INSIST
((
stdoptions
&
DNS_ADBFIND_RETURNLAME
)
==
0
);
stdoptions
|=
DNS_ADBFIND_RETURNLAME
;
pruned
=
ISC_FALSE
;
fctx_cleanupfinds
(
fctx
);
goto
restart
;
}
else
{
/*
...
...
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