2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

cut-and-paste bug in dns_rdatasetiter_t documentation

This commit is contained in:
Andreas Gustafsson
1999-04-21 08:16:07 +00:00
parent 302d9bebb5
commit 2ff9be15ef

View File

@@ -32,8 +32,8 @@
* it, an implementation of the class is required. This implementation is * it, an implementation of the class is required. This implementation is
* supplied by the database. * supplied by the database.
* *
* It is the client's responsibility to call dns_db_detachnode() on all * It is the client's responsibility to call dns_rdataset_disassociate()
* nodes returned. * on all rdatasets returned.
* *
* XXX <more> XXX * XXX <more> XXX
* *