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
c39200d9
Commit
c39200d9
authored
Jan 08, 2001
by
Mark Andrews
Browse files
Reverse functional change from 1.91 as dns_rdata_fromtext() has now been
fixed.
parent
d405a813
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/master.c
View file @
c39200d9
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: master.c,v 1.9
2
2001/01/0
5 0
3:
1
2:
41
marka Exp $ */
/* $Id: master.c,v 1.9
3
2001/01/0
8 2
3:
5
2:
52
marka Exp $ */
#include
<config.h>
...
...
@@ -1008,7 +1008,7 @@ load(dns_loadctx_t **ctxp) {
result
=
dns_name_fromtext
(
new_name
,
&
buffer
,
ctx
->
origin
,
ISC_FALSE
,
NULL
);
if
(
result
!=
ISC_R_SUCCESS
)
goto
log
_and_cleanup
;
goto
insist
_and_cleanup
;
/*
* Finish $ORIGIN / $INCLUDE processing if required.
...
...
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