From 7d87b2463481b8e0c07b56d51bb6a032ca895d42 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 4 Sep 2013 14:34:02 +0200 Subject: [PATCH] pt-tls-client: Report loaded plugins --- src/pt-tls-client/pt-tls-client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pt-tls-client/pt-tls-client.c b/src/pt-tls-client/pt-tls-client.c index 4e108ad4c..e7d75f078 100644 --- a/src/pt-tls-client/pt-tls-client.c +++ b/src/pt-tls-client/pt-tls-client.c @@ -179,6 +179,7 @@ static void init() { exit(SS_RC_INITIALIZATION_FAILED); } + lib->plugins->status(lib->plugins, LEVEL_CTRL); creds = mem_cred_create(); lib->credmgr->add_set(lib->credmgr, &creds->set);