From 2ff9be15ef4cf39e86f664ecfe515b597d6fb988 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 21 Apr 1999 08:16:07 +0000 Subject: [PATCH] cut-and-paste bug in dns_rdatasetiter_t documentation --- lib/dns/include/dns/rdatasetiter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/include/dns/rdatasetiter.h b/lib/dns/include/dns/rdatasetiter.h index bc97b1f0b6..18a58154d0 100644 --- a/lib/dns/include/dns/rdatasetiter.h +++ b/lib/dns/include/dns/rdatasetiter.h @@ -32,8 +32,8 @@ * it, an implementation of the class is required. This implementation is * supplied by the database. * - * It is the client's responsibility to call dns_db_detachnode() on all - * nodes returned. + * It is the client's responsibility to call dns_rdataset_disassociate() + * on all rdatasets returned. * * XXX XXX *