required CA is that.ca not this.ca

This commit is contained in:
Andreas Steffen
2007-08-17 07:22:04 +00:00
parent 2133593696
commit 2a48f47406
+1 -1
View File
@@ -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);
)