From c7b8512cc0b152e7ee97a2f410ce53f129c4de53 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 12 Aug 2011 13:18:49 +0200 Subject: [PATCH] cosmetics --- src/libcharon/plugins/tnc_ifmap/tnc_ifmap_soap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libcharon/plugins/tnc_ifmap/tnc_ifmap_soap.c b/src/libcharon/plugins/tnc_ifmap/tnc_ifmap_soap.c index 60b093115..88700f0fd 100644 --- a/src/libcharon/plugins/tnc_ifmap/tnc_ifmap_soap.c +++ b/src/libcharon/plugins/tnc_ifmap/tnc_ifmap_soap.c @@ -428,6 +428,7 @@ static axiom_node_t* create_enforcement_report(private_tnc_ifmap_soap_t *this, return node; } + /** * Create delete filter */ @@ -469,6 +470,7 @@ static axiom_node_t* create_publish_request(private_tnc_ifmap_soap_t *this) return request; } + METHOD(tnc_ifmap_soap_t, publish_ike_sa, bool, private_tnc_ifmap_soap_t *this, ike_sa_t *ike_sa, bool up) { @@ -665,7 +667,7 @@ METHOD(tnc_ifmap_soap_t, publish_enforcement_report, bool, axiom_node_t *request, *node; axiom_element_t *el; - /* build publish update request */ + /* build publish update request */ request = create_publish_request(this); el = axiom_element_create(this->env, NULL, "update", NULL, &node); axiom_node_add_child(request, this->env, node);