mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
1691. [bug] sdb's attachversion was not complete. [RT #11990]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: sdb.c,v 1.45 2004/03/05 05:09:24 marka Exp $ */
|
||||
/* $Id: sdb.c,v 1.46 2004/07/22 03:58:07 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -629,10 +629,10 @@ attachversion(dns_db_t *db, dns_dbversion_t *source,
|
||||
dns_dbversion_t **targetp)
|
||||
{
|
||||
REQUIRE(source != NULL && source == (void *) &dummy);
|
||||
REQUIRE(targetp != NULL && *targetp == NULL);
|
||||
|
||||
UNUSED(db);
|
||||
UNUSED(source);
|
||||
UNUSED(targetp);
|
||||
*targetp = source;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user