mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
remove extraneos semicolon
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: dns64.c,v 1.5 2010/12/09 04:17:15 marka Exp $ */
|
/* $Id: dns64.c,v 1.6 2010/12/09 04:59:09 marka Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -103,7 +103,7 @@ dns_dns64_create(isc_mem_t *mctx, isc_netaddr_t *prefix,
|
|||||||
isc_mem_attach(mctx, &new->mctx);
|
isc_mem_attach(mctx, &new->mctx);
|
||||||
*dns64 = new;
|
*dns64 = new;
|
||||||
return (ISC_R_SUCCESS);
|
return (ISC_R_SUCCESS);
|
||||||
};
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
dns_dns64_destroy(dns_dns64_t **dns64p) {
|
dns_dns64_destroy(dns_dns64_t **dns64p) {
|
||||||
|
Reference in New Issue
Block a user