+1691. [bug] sdb's attachversion was not complete. [RT #11990]
+
1690. [placeholder] rt11714
1689. [bug] DNS_NAME_TOREGION() and DNS_NAME_SPLIT() macros
* 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>
dns_dbversion_t **targetp)
{
REQUIRE(source != NULL && source == (void *) &dummy);
+ REQUIRE(targetp != NULL && *targetp == NULL);
UNUSED(db);
- UNUSED(source);
- UNUSED(targetp);
+ *targetp = source;
return;
}