aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/ipsec_doi.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-08-17 07:22:04 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-08-17 07:22:04 +0000
commit2a48f4740647c6122f8e78ab5ed4ad0892116373 (patch)
tree85e55eaf055995ba0215e27c745d5646901056c5 /src/pluto/ipsec_doi.c
parent2133593696afd42ea70c2d76b8bbaf4f4b5afa30 (diff)
downloadstrongswan-2a48f4740647c6122f8e78ab5ed4ad0892116373.tar.bz2
strongswan-2a48f4740647c6122f8e78ab5ed4ad0892116373.tar.xz
required CA is that.ca not this.ca
Diffstat (limited to 'src/pluto/ipsec_doi.c')
-rw-r--r--src/pluto/ipsec_doi.c2
1 files changed, 1 insertions, 1 deletions
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);
)