From a4ad79f42ea05614e4d012325e2fb73cbe5674e6 Mon Sep 17 00:00:00 2001 From: Hakan Olsson Date: Fri, 7 Jun 2002 15:59:38 +0000 Subject: typo --- sbin/isakmpd/sa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/isakmpd') diff --git a/sbin/isakmpd/sa.c b/sbin/isakmpd/sa.c index 7f7cef896c0..62a6788d970 100644 --- a/sbin/isakmpd/sa.c +++ b/sbin/isakmpd/sa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sa.c,v 1.60 2002/06/07 15:24:22 ho Exp $ */ +/* $OpenBSD: sa.c,v 1.61 2002/06/07 15:59:37 ho Exp $ */ /* $EOM: sa.c,v 1.112 2000/12/12 00:22:52 niklas Exp $ */ /* @@ -976,7 +976,7 @@ sa_flag (char *attr) { "active-only", SA_FLAG_ACTIVE_ONLY }, /* Below this point are flags that are internal to the implementation. */ { "__ondemand", SA_FLAG_ONDEMAND }, - { "ikecfg}", SA_FLAG_IKECFG }, + { "ikecfg", SA_FLAG_IKECFG }, }; int i; -- cgit v1.2.3