]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
dns_tsec_create now takes the address of the dstkey pointer
authorMark Andrews <marka@isc.org>
Mon, 6 Dec 2010 02:00:25 +0000 (02:00 +0000)
committerMark Andrews <marka@isc.org>
Mon, 6 Dec 2010 02:00:25 +0000 (02:00 +0000)
omapip/auth.c

index a9a0a850a5bb2b3383edac528609d0e2d98ad07b..b62e9088cd8adb5089d13f3b47f983202d637292 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);
        }
        if (status != ISC_R_SUCCESS) {
                if (dstkey != NULL) {