From: Andreas Steffen Date: Fri, 5 Aug 2011 23:02:40 +0000 (+0200) Subject: fixed typo X-Git-Tag: 4.6.0~592 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=875f217625886d8329bda1f584f1c8101074eb52 fixed typo --- diff --git a/src/libcharon/plugins/tnc_ifmap/tnc_ifmap_listener.c b/src/libcharon/plugins/tnc_ifmap/tnc_ifmap_listener.c index 367c0f4..f4183b2 100644 --- a/src/libcharon/plugins/tnc_ifmap/tnc_ifmap_listener.c +++ b/src/libcharon/plugins/tnc_ifmap/tnc_ifmap_listener.c @@ -120,7 +120,7 @@ static bool endSession(private_tnc_ifmap_listener_t *this) return FALSE; } - /* process newSessionResult */ + /* process endSessionResult */ node = axiom_node_get_first_child(result, this->env); axiom_node_free_tree(result, this->env);