From 2a48f4740647c6122f8e78ab5ed4ad0892116373 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 17 Aug 2007 07:22:04 +0000 Subject: [PATCH] required CA is that.ca not this.ca --- src/pluto/ipsec_doi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pluto/ipsec_doi.c b/src/pluto/ipsec_doi.c index 1c22b299b..1183f9c88 100644 --- a/src/pluto/ipsec_doi.c +++ b/src/pluto/ipsec_doi.c @@ -2479,7 +2479,7 @@ switch_connection(struct msg_digest *md, struct id *peer, bool initiator) DBG(DBG_CONTROL, char buf[BUF_LEN]; - dntoa_or_null(buf, BUF_LEN, c->spd.this.ca, "%none"); + dntoa_or_null(buf, BUF_LEN, c->spd.that.ca, "%none"); DBG_log("required CA: '%s'", buf); )