diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-15 10:01:44 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-15 10:01:44 +0000 |
commit | 4e75b2e8b871346f9a36779a1135a3029a610277 (patch) | |
tree | 4ab6fb376833f095844026ca33bb996f982faafe /plugin.h | |
parent | svn merge -r 614:615 $SO/patches/openvpn-2-1_alpha3a-tcpbind (diff) | |
download | openvpn-4e75b2e8b871346f9a36779a1135a3029a610277.tar.xz |
Minor style cleanup for --enable-pedantic.
Still need some pedantic cleanup in pkcs11.c.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@624 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'plugin.h')
-rw-r--r-- | plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ struct plugin { struct plugin_per_client { - //bool initialized; JYFIXME + /* bool initialized; JYFIXME */ void *per_client_context[MAX_PLUGINS]; }; |