From 94336cd8d75f416ba58938406daa78316a95480d Mon Sep 17 00:00:00 2001 From: Hakan Olsson Date: Sun, 18 May 2003 20:39:26 +0000 Subject: Add a debug message to sa_reinit() to indicate when we renegotiate active connections. --- sbin/isakmpd/sa.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sbin/isakmpd/sa.c') diff --git a/sbin/isakmpd/sa.c b/sbin/isakmpd/sa.c index de97253b734..9e7722dd965 100644 --- a/sbin/isakmpd/sa.c +++ b/sbin/isakmpd/sa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sa.c,v 1.69 2003/05/16 20:31:16 ho Exp $ */ +/* $OpenBSD: sa.c,v 1.70 2003/05/18 20:39:25 ho Exp $ */ /* $EOM: sa.c,v 1.112 2000/12/12 00:22:52 niklas Exp $ */ /* @@ -992,6 +992,8 @@ sa_reinit (void) if (!tag) return; + LOG_DBG ((LOG_SA, 30, "sa_reinit: renegotiating active connections")); + /* Get phase 2 SAs. Soft expire those without active exchanges. */ for (i = 0; i <= bucket_mask; i++) for (sa = LIST_FIRST (&sa_tab[i]); sa; sa = LIST_NEXT (sa, link)) -- cgit v1.2.3