2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 21:47:59 +00:00

remove extra space

This commit is contained in:
Francis Dupont 2011-03-14 13:40:52 +00:00
parent 52c3f66536
commit 0a25550b46

View File

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: sdb.c,v 1.77 2011/03/14 13:39:17 fdupont Exp $ */ /* $Id: sdb.c,v 1.78 2011/03/14 13:40:52 fdupont Exp $ */
/*! \file */ /*! \file */
@ -1334,7 +1334,7 @@ dns_sdb_create(isc_mem_t *mctx, dns_name_t *origin, dns_dbtype_t type,
cleanup_origin: cleanup_origin:
dns_name_free(&sdb->common.origin, mctx); dns_name_free(&sdb->common.origin, mctx);
cleanup_lock: cleanup_lock:
(void) isc_mutex_destroy(&sdb->lock); (void)isc_mutex_destroy(&sdb->lock);
cleanup_mctx: cleanup_mctx:
isc_mem_put(mctx, sdb, sizeof(dns_sdb_t)); isc_mem_put(mctx, sdb, sizeof(dns_sdb_t));
isc_mem_detach(&mctx); isc_mem_detach(&mctx);