------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.exim.org/show_bug.cgi?id=139 --- Comment #31 from Chris Wilson <[email protected]> 2010-01-04 21:42:32 --- The problem referenced in #29 seems to be that the openvpn AP does not provide a way to register an explicit destructor for the module. If we did want to dlclose(), we could test whether a module_unload() function exists in the .so module, and call it before calling dlclose(). Another option might be to have an explicit initialisation function in the module, e.g. module_init(), which we don't have to call if we are just probing its capabilities, e.g. to get a list of config directives that it supports. -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
