aboutsummaryrefslogtreecommitdiffstats
path: root/src/pt-tls-client/pt-tls-client.c
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2014-09-12 11:07:22 +0200
committerMartin Willi <martin@revosec.ch>2014-09-22 13:55:12 +0200
commit5421092b757a571d02b3160e6ae8576b655866d2 (patch)
tree7ccc569ac7b6b309441d014e2e3102637a9993f1 /src/pt-tls-client/pt-tls-client.c
parent73ed38e74f841471bfa9b6380e96284158e2bef4 (diff)
downloadstrongswan-5421092b757a571d02b3160e6ae8576b655866d2.tar.bz2
strongswan-5421092b757a571d02b3160e6ae8576b655866d2.tar.xz
plugin-loader: Support a reload() callback for static features
Diffstat (limited to 'src/pt-tls-client/pt-tls-client.c')
-rw-r--r--src/pt-tls-client/pt-tls-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pt-tls-client/pt-tls-client.c b/src/pt-tls-client/pt-tls-client.c
index 8b41ae25e..a8d45b54f 100644
--- a/src/pt-tls-client/pt-tls-client.c
+++ b/src/pt-tls-client/pt-tls-client.c
@@ -227,7 +227,7 @@ static void init()
options = options_create();
lib->plugins->add_static_features(lib->plugins, "pt-tls-client", features,
- countof(features), TRUE);
+ countof(features), TRUE, NULL, NULL);
if (!lib->plugins->load(lib->plugins,
lib->settings->get_str(lib->settings, "pt-tls-client.load", PLUGINS)))
{