diff options
author | Martin Willi <martin@revosec.ch> | 2012-06-14 15:07:44 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-06-25 10:18:35 +0200 |
commit | dd1381e7d356544252538c7b58a04bb3a24e3c12 (patch) | |
tree | d9dbae5b95e915065f65f303f1b8cf97e3344aa4 /src | |
parent | 0fbfcf2a3a9d061ca0a038d2c9a76e6e25f076e8 (diff) | |
download | strongswan-dd1381e7d356544252538c7b58a04bb3a24e3c12.tar.bz2 strongswan-dd1381e7d356544252538c7b58a04bb3a24e3c12.tar.xz |
Show EAP/XAuth identity in "ipsec status", if available
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/plugins/stroke/stroke_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/stroke/stroke_list.c b/src/libcharon/plugins/stroke/stroke_list.c index 37970f6ca..fecb56a14 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) { |