aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/resolve/resolve_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/resolve/resolve_plugin.c
parent53e159f111b59fc40b00ab58e1c9d6aa7861e27d (diff)
downloadstrongswan-5b2547c7a7cb7b386b6ebbef0e10919bf14d962e.tar.bz2
strongswan-5b2547c7a7cb7b386b6ebbef0e10919bf14d962e.tar.xz
commas, commas, ..
Diffstat (limited to 'src/libhydra/plugins/resolve/resolve_plugin.c')
-rw-r--r--src/libhydra/plugins/resolve/resolve_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhydra/plugins/resolve/resolve_plugin.c b/src/libhydra/plugins/resolve/resolve_plugin.c
index 40ad781ae..ad18c7060 100644
--- a/src/libhydra/plugins/resolve/resolve_plugin.c
+++ b/src/libhydra/plugins/resolve/resolve_plugin.c
@@ -54,7 +54,7 @@ plugin_t *resolve_plugin_create()
INIT(this,
.public = {
.plugin = {
- .destroy = _destroy
+ .destroy = _destroy,
},
},
.handler = resolve_handler_create(),