diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-06-08 20:50:42 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-06-08 20:50:42 +0000 |
commit | d1accd8310270056d3e97840c56025c281fb5c42 (patch) | |
tree | baed070036ea8ae2dbb7365cfbc6c8f5d2c69631 | |
parent | 63ae56a0db48c1ef2a3836313743c1ffbce8bb10 (diff) |
Merge with EOM 1.119
author: provos
typo
-rw-r--r-- | sbin/isakmpd/ipsec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/ipsec.c b/sbin/isakmpd/ipsec.c index 386d8b56a90..0ee08e910eb 100644 --- a/sbin/isakmpd/ipsec.c +++ b/sbin/isakmpd/ipsec.c @@ -1,5 +1,5 @@ -/* $OpenBSD: ipsec.c,v 1.25 2000/02/25 17:23:40 niklas Exp $ */ -/* $EOM: ipsec.c,v 1.118 2000/02/20 19:58:38 niklas Exp $ */ +/* $OpenBSD: ipsec.c,v 1.26 2000/06/08 20:50:41 niklas Exp $ */ +/* $EOM: ipsec.c,v 1.119 2000/05/04 21:44:30 provos Exp $ */ /* * Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -701,7 +701,7 @@ ipsec_initiator (struct message *msg) script = ike_quick_mode_initiator; break; default: - log_print ("ipsec_initiator: unuspported exchange type %d", + log_print ("ipsec_initiator: unsupported exchange type %d", exchange->type); return -1; } |