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
3ef59f55
Commit
3ef59f55
authored
May 19, 2000
by
Mark Andrews
Browse files
Fix bad REQUIRE in tostruct().
parent
de153390
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/rdata/generic/cert_37.c
View file @
3ef59f55
...
...
@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: cert_37.c,v 1.2
7
2000/05/1
5 21:14:21 tale
Exp $ */
/* $Id: cert_37.c,v 1.2
8
2000/05/1
9 02:02:11 marka
Exp $ */
/* Reviewed: Wed Mar 15 21:14:32 EST 2000 by tale */
...
...
@@ -182,7 +182,7 @@ tostruct_cert(dns_rdata_t *rdata, void *target, isc_mem_t *mctx) {
isc_region_t
region
;
REQUIRE
(
rdata
->
type
==
37
);
REQUIRE
(
target
!=
NULL
&&
target
==
NULL
);
REQUIRE
(
target
!=
NULL
);
cert
->
common
.
rdclass
=
rdata
->
rdclass
;
cert
->
common
.
rdtype
=
rdata
->
type
;
...
...
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