]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
fix pointer
authorMark Andrews <marka@isc.org>
Thu, 9 Dec 2010 01:19:10 +0000 (01:19 +0000)
committerMark Andrews <marka@isc.org>
Thu, 9 Dec 2010 01:19:10 +0000 (01:19 +0000)
omapip/auth.c

index fee416ec8904318882119dc742614d3ab0ddba28..ab00b280851cb56f49f07dab4906a318a2592c52 100644 (file)
@@ -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)