]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Mon, 24 Jul 2000 23:23:16 +0000 (23:23 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 24 Jul 2000 23:23:16 +0000 (23:23 +0000)
The "Ensures" condition for dns_db_deleterdataset was obviously wrong.

lib/dns/include/dns/db.h

index ae94e1ed67381fca56b7120836d156b7f957676e..139511e903214457ddd781b2344fc3f2f2d2c05a 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: db.h,v 1.50 2000/06/22 21:55:33 tale Exp $ */
+/* $Id: db.h,v 1.50.2.1 2000/07/24 23:23:16 gson Exp $ */
 
 #ifndef DNS_DB_H
 #define DNS_DB_H 1
@@ -1109,10 +1109,6 @@ dns_db_deleterdataset(dns_db_t *db, dns_dbnode_t *node,
  *
  *     If 'covers' != 0, 'type' must be SIG.
  *
- * Ensures:
- *
- *     On success, 'rdataset' is associated with the found rdataset.
- *
  * Returns:
  *
  *     ISC_R_SUCCESS