]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fixed a bug in plugin.c that caused openvpn_plugin_client_destructor_v1
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Sun, 25 May 2008 22:31:25 +0000 (22:31 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Sun, 25 May 2008 22:31:25 +0000 (22:31 +0000)
commit7c51fe16b435712423dd00145008ab58a95fdc5e
treed9dc1739d1a2ef2f211f036f08c17a3fc7d6c833
parent344ee9181734dcd5a922b8b2a7ebea4ce818a0b0
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
memdbg.h
openvpn-plugin.h
plugin.c
plugin/defer/build
plugin/defer/simple.c
plugin/examples/build