summaryrefslogtreecommitdiff
path: root/sbin/iked/ikev2_pld.c
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2012-05-30 16:17:21 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2012-05-30 16:17:21 +0000
commit21d8e02a6b3aac1c287c211c4715b5cd90091eb0 (patch)
tree50274fde8660b4305ff6d2c6ee02307ab4028c38 /sbin/iked/ikev2_pld.c
parent7a340789a731b7d3b07a2cb9c9636ac89389903d (diff)
more timer changes
Diffstat (limited to 'sbin/iked/ikev2_pld.c')
-rw-r--r--sbin/iked/ikev2_pld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iked/ikev2_pld.c b/sbin/iked/ikev2_pld.c
index 4943ea4292d..d21a3edde56 100644
--- a/sbin/iked/ikev2_pld.c
+++ b/sbin/iked/ikev2_pld.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ikev2_pld.c,v 1.24 2012/05/29 15:09:12 mikeb Exp $ */
+/* $OpenBSD: ikev2_pld.c,v 1.25 2012/05/30 16:17:20 mikeb Exp $ */
/* $vantronix: ikev2.c,v 1.101 2010/06/03 07:57:33 reyk Exp $ */
/*
@@ -705,7 +705,7 @@ ikev2_pld_notify(struct iked *env, struct ikev2_payload *pld,
group);
sa_free(env, msg->msg_sa);
msg->msg_sa = NULL;
- timer_register(&env->sc_inittmr, env, ikev2_init_ike_sa, NULL,
+ timer_register(env, &env->sc_inittmr, ikev2_init_ike_sa, NULL,
IKED_INITIATOR_INITIAL);
break;
case IKEV2_N_NO_ADDITIONAL_SAS: