diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2002-06-07 15:59:38 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2002-06-07 15:59:38 +0000 |
commit | a4ad79f42ea05614e4d012325e2fb73cbe5674e6 (patch) | |
tree | 0b7cce2e0d46a4727f968de7cfe6b3418b4c0fa4 | |
parent | 8eb79b90524397d08747bf13957a0ac15f6616a7 (diff) |
typo
-rw-r--r-- | sbin/isakmpd/sa.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |