From: Mark Andrews Date: Thu, 9 Dec 2010 01:19:10 +0000 (+0000) Subject: fix pointer X-Git-Tag: v4_3_0a1~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72c446672fbaad4083ca846e02bd284a2aecf3a1;p=thirdparty%2Fdhcp.git fix pointer --- diff --git a/omapip/auth.c b/omapip/auth.c index fee416ec8..ab00b2808 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); dst_key_free(&dstkey); } if (status != ISC_R_SUCCESS)