diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-05 10:50:56 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-05 10:50:56 +0000 |
commit | 0b2a5083fc28b745514ef996be4669b5cf99848f (patch) | |
tree | 008677d012dbe875fada67a170dc63c44faf70d7 /sbin/isakmpd | |
parent | e4fcf458aebb676de620594b9a26ad6fc603ce15 (diff) |
Print the correct expected Remote ID value
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/ike_phase_1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/ike_phase_1.c b/sbin/isakmpd/ike_phase_1.c index 9efc43d4013..5b6958b4436 100644 --- a/sbin/isakmpd/ike_phase_1.c +++ b/sbin/isakmpd/ike_phase_1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ike_phase_1.c,v 1.25 2001/06/05 10:09:01 angelos Exp $ */ +/* $OpenBSD: ike_phase_1.c,v 1.26 2001/06/05 10:50:55 angelos Exp $ */ /* $EOM: ike_phase_1.c,v 1.31 2000/12/11 23:47:56 niklas Exp $ */ /* @@ -970,7 +970,7 @@ ike_phase_1_recv_ID (struct message *msg) { free (rid); log_print ("ike_phase_1_recv_ID: received remote ID other than " - "expected %s", rs); + "expected %s", p); return -1; } |