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
2cd0c381
Commit
2cd0c381
authored
Jan 28, 1999
by
Bob Halley
Browse files
fix typo
parent
bcfcece5
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/dns/include/dns/rdataset.h
View file @
2cd0c381
...
@@ -124,7 +124,7 @@ dns_rdataset_invalidate(dns_rdataset_t *rdataset);
...
@@ -124,7 +124,7 @@ dns_rdataset_invalidate(dns_rdataset_t *rdataset);
void
void
dns_rdataset_disassociate
(
dns_rdataset_t
*
rdataset
);
dns_rdataset_disassociate
(
dns_rdataset_t
*
rdataset
);
/*
/*
* Disassocate 'rdataset' from its rdata, allowing it to be reused.
* Disassoc
i
ate 'rdataset' from its rdata, allowing it to be reused.
*
*
* Notes:
* Notes:
* The client must ensure it has no references to rdata in the rdataset
* The client must ensure it has no references to rdata in the rdataset
...
...
lib/dns/rdataset.c
View file @
2cd0c381
...
@@ -71,7 +71,7 @@ void
...
@@ -71,7 +71,7 @@ void
dns_rdataset_disassociate
(
dns_rdataset_t
*
rdataset
)
{
dns_rdataset_disassociate
(
dns_rdataset_t
*
rdataset
)
{
/*
/*
* Disassocate 'rdataset' from its rdata, allowing it to be reused.
* Disassoc
i
ate 'rdataset' from its rdata, allowing it to be reused.
*/
*/
REQUIRE
(
DNS_RDATASET_VALID
(
rdataset
));
REQUIRE
(
DNS_RDATASET_VALID
(
rdataset
));
...
...
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