diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-05 07:48:05 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-05 07:48:05 +0000 |
commit | 06d92b294128984d824c12cfb24256d62f68589c (patch) | |
tree | 0687ccfd7a701588e0ebb27bb1c946f76da89888 /init.c | |
parent | svn merge -r 771:780 $SO/trunk/openvpn (diff) | |
download | openvpn-06d92b294128984d824c12cfb24256d62f68589c.tar.xz |
Merged /contrib/alon/BETA21@778
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@782 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ context_init_1 (struct context *c) #endif #if defined(ENABLE_PKCS11) - { + if (c->first_time) { int i; pkcs11_initialize (c->options.pkcs11_pin_cache_period); for (i=0;i<MAX_PARMS && c->options.pkcs11_providers[i] != NULL;i++) |