Skip to content
GitLab
Menu
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
37a8fbab
Commit
37a8fbab
authored
Aug 28, 2000
by
Brian Wellington
Browse files
411. [bug] A typo in the HS A code caused an assertion failure.
parent
42aea0fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
37a8fbab
411. [bug] A typo in the HS A code caused an assertion failure.
410. [bug] lwres_gethostbyname() and company set lwres_h_errno
to a random value on success.
...
...
lib/dns/rdata/hs_4/a_1.c
View file @
37a8fbab
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: a_1.c,v 1.1
6
2000/08/
01 01:26:13 tale
Exp $ */
/* $Id: a_1.c,v 1.1
7
2000/08/
28 17:39:21 bwelling
Exp $ */
/* reviewed: Thu Mar 16 15:58:36 PST 2000 by brister */
...
...
@@ -116,7 +116,7 @@ compare_hs_a(ARGS_COMPARE) {
int
order
;
REQUIRE
(
rdata1
->
type
==
rdata2
->
type
);
REQUIRE
(
rdata1
->
rdclass
==
rdata2
->
type
);
REQUIRE
(
rdata1
->
rdclass
==
rdata2
->
rdclass
);
REQUIRE
(
rdata1
->
type
==
1
);
REQUIRE
(
rdata1
->
rdclass
==
4
);
...
...
Write
Preview
Supports
Markdown
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