From: Martin Willi Date: Thu, 14 Jun 2012 13:07:44 +0000 (+0200) Subject: Show EAP/XAuth identity in "ipsec status", if available X-Git-Tag: 5.0.0~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd1381e7d356544252538c7b58a04bb3a24e3c12;p=thirdparty%2Fstrongswan.git Show EAP/XAuth identity in "ipsec status", if available --- diff --git a/src/libcharon/plugins/stroke/stroke_list.c b/src/libcharon/plugins/stroke/stroke_list.c index 37970f6caf..fecb56a149 100644 --- a/src/libcharon/plugins/stroke/stroke_list.c +++ b/src/libcharon/plugins/stroke/stroke_list.c @@ -115,7 +115,7 @@ static void log_ike_sa(FILE *out, ike_sa_t *ike_sa, bool all) fprintf(out, ", %H[%Y]...%H[%Y]\n", ike_sa->get_my_host(ike_sa), ike_sa->get_my_id(ike_sa), - ike_sa->get_other_host(ike_sa), ike_sa->get_other_id(ike_sa)); + ike_sa->get_other_host(ike_sa), ike_sa->get_other_eap_id(ike_sa)); if (all) {