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
389e2490
Commit
389e2490
authored
May 19, 2000
by
Mark Andrews
Browse files
return ISC_R_SUCCESS from tostruct().
parent
a2b52552
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/rdata/in_1/naptr_35.c
View file @
389e2490
...
...
@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: naptr_35.c,v 1.2
7
2000/05/19
02:06:00
marka Exp $ */
/* $Id: naptr_35.c,v 1.2
8
2000/05/19
13:28:36
marka Exp $ */
/* Reviewed: Thu Mar 16 16:52:50 PST 2000 by bwelling */
...
...
@@ -377,7 +377,7 @@ tostruct_in_naptr(dns_rdata_t *rdata, void *target, isc_mem_t *mctx) {
if
(
result
!=
ISC_R_SUCCESS
)
goto
cleanup
;
naptr
->
mctx
=
mctx
;
return
(
ISC_R_
NOTIMPLEMENTED
);
return
(
ISC_R_
SUCCESS
);
cleanup:
if
(
mctx
!=
NULL
&&
naptr
->
flags
!=
NULL
)
...
...
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