diff options
author | 2002-06-07 15:59:37 +0000 | |
---|---|---|
committer | 2002-06-07 15:59:37 +0000 | |
commit | df7323110804c8896eb1126d79e1ca3b4e7dc16d (patch) | |
tree | 6513aaea86c44d35a234857f014f2d78019b6d36 | |
parent | repair and flesh out a little (diff) | |
download | wireguard-openbsd-df7323110804c8896eb1126d79e1ca3b4e7dc16d.tar.xz wireguard-openbsd-df7323110804c8896eb1126d79e1ca3b4e7dc16d.zip |
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; |