From 5421092b757a571d02b3160e6ae8576b655866d2 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 12 Sep 2014 11:07:22 +0200 Subject: plugin-loader: Support a reload() callback for static features --- src/pt-tls-client/pt-tls-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pt-tls-client/pt-tls-client.c') 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))) { -- cgit v1.2.3