From 295e92fe36952b0c62a796cd4832a7d65e1f5122 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 11 Oct 2009 21:24:39 +0200 Subject: [PATCH] fixed output of offered 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 45538b13f..7a7a12b47 100644 --- a/src/pluto/ipsec_doi.c +++ b/src/pluto/ipsec_doi.c @@ -2443,7 +2443,7 @@ static bool switch_connection(struct msg_digest *md, identification_t *peer, if (r->spd.this.ca) { DBG(DBG_CONTROL, - DBG_log("offered CA: \"%s\"", r->spd.this.ca) + DBG_log("offered CA: \"%Y\"", r->spd.this.ca) ) } else