summaryrefslogtreecommitdiff
path: root/omapip
diff options
context:
space:
mode:
Diffstat (limited to 'omapip')
-rw-r--r--omapip/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omapip/auth.c b/omapip/auth.c
index a9a0a850..b62e9088 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) {