]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
pt-tls-client: Report loaded plugins
authorTobias Brunner <tobias@strongswan.org>
Wed, 4 Sep 2013 12:34:02 +0000 (14:34 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 11 Sep 2013 23:44:49 +0000 (01:44 +0200)
src/pt-tls-client/pt-tls-client.c

index 4e108ad4c31b99e9f12f45028dc25853b31fde91..e7d75f07885cd4ed78fc69efdaef6c88192d5f1f 100644 (file)
@@ -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);