aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/kernel_klips/kernel_klips_plugin.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-11-25 23:25:01 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-11-25 23:25:01 +0100
commit5b2547c7a7cb7b386b6ebbef0e10919bf14d962e (patch)
tree84ab994e62eb71620db231f293da6ca19500f106 /src/libhydra/plugins/kernel_klips/kernel_klips_plugin.c
parent53e159f111b59fc40b00ab58e1c9d6aa7861e27d (diff)
downloadstrongswan-5b2547c7a7cb7b386b6ebbef0e10919bf14d962e.tar.bz2
strongswan-5b2547c7a7cb7b386b6ebbef0e10919bf14d962e.tar.xz
commas, commas, ..
Diffstat (limited to 'src/libhydra/plugins/kernel_klips/kernel_klips_plugin.c')
-rw-r--r--src/libhydra/plugins/kernel_klips/kernel_klips_plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libhydra/plugins/kernel_klips/kernel_klips_plugin.c b/src/libhydra/plugins/kernel_klips/kernel_klips_plugin.c
index 84d69c28d..3c312ca2b 100644
--- a/src/libhydra/plugins/kernel_klips/kernel_klips_plugin.c
+++ b/src/libhydra/plugins/kernel_klips/kernel_klips_plugin.c
@@ -51,8 +51,8 @@ plugin_t *kernel_klips_plugin_create()
.public = {
.plugin = {
.destroy = _destroy,
- }
- }
+ },
+ },
);
hydra->kernel_interface->add_ipsec_interface(hydra->kernel_interface,
(kernel_ipsec_constructor_t)kernel_klips_ipsec_create);