diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-05-25 22:31:25 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-05-25 22:31:25 +0000 |
commit | 7c51fe16b435712423dd00145008ab58a95fdc5e (patch) | |
tree | d9dc1739d1a2ef2f211f036f08c17a3fc7d6c833 /plugin.c | |
parent | Support asynchronous/deferred authentication in (diff) | |
download | openvpn-7c51fe16b435712423dd00145008ab58a95fdc5e.tar.xz |
Fixed a bug in plugin.c that caused openvpn_plugin_client_destructor_v1
to not be called for the top-level "generic" client template.
Added additional documentation to openvpn-plugin.h that more clearly
illustrates the full sequence and ordering of plugin callbacks
(plugin/defer/simple.c was extended to provide the raw data for this
documentation).
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2973 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'plugin.c')
-rw-r--r-- | plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -401,7 +401,6 @@ plugin_per_client_init (const struct plugin_common *pc, const int n = pc->n; int i; - CLEAR (*cli); for (i = 0; i < n; ++i) { const struct plugin *p = &pc->plugins[i]; |