2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

The "Ensures" condition for dns_db_deleterdataset was obviously wrong.

This commit is contained in:
Brian Wellington
2000-07-24 23:10:50 +00:00
parent ef653fbdb1
commit 687d363dea

View 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.51 2000/07/24 23:10:50 bwelling 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