From 875f217625886d8329bda1f584f1c8101074eb52 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 6 Aug 2011 01:02:40 +0200 Subject: [PATCH] fixed typo --- src/libcharon/plugins/tnc_ifmap/tnc_ifmap_listener.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4