From: Mark Andrews Date: Mon, 6 Dec 2010 02:00:25 +0000 (+0000) Subject: dns_tsec_create now takes the address of the dstkey pointer X-Git-Tag: v4_3_0a1~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01910481cd40958a03bdc9569eddd4bccb172eca;p=thirdparty%2Fdhcp.git dns_tsec_create now takes the address of the dstkey pointer --- diff --git a/omapip/auth.c b/omapip/auth.c index a9a0a850a..b62e9088c 100644 --- a/omapip/auth.c +++ b/omapip/auth.c @@ -114,7 +114,7 @@ isc_result_t omapi_auth_key_enter (omapi_auth_key_t *a) &dstkey); if (status == ISC_R_SUCCESS) { status = dns_tsec_create(dhcp_gbl_ctx.mctx, dns_tsectype_tsig, - dstkey, &a->tsec_key); + &dstkey, &a->tsec_key); } if (status != ISC_R_SUCCESS) { if (dstkey != NULL) {