strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
894936c
)
Explicitly unload plugins before deinitializing libhydra and libstrongswan in pluto.
author
Tobias Brunner
<tobias@strongswan.org>
Tue, 6 Apr 2010 10:44:15 +0000
(12:44 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Tue, 6 Apr 2010 10:47:41 +0000
(12:47 +0200)
src/pluto/plutomain.c
patch
|
blob
|
history
diff --git
a/src/pluto/plutomain.c
b/src/pluto/plutomain.c
index
6ab1bfe
..
aa04594
100644
(file)
--- a/
src/pluto/plutomain.c
+++ b/
src/pluto/plutomain.c
@@
-781,6
+781,7
@@
void exit_pluto(int status)
free_builder();
delete_lock();
options->destroy(options);
+ lib->plugins->unload(lib->plugins);
libhydra_deinit();
library_deinit();
close_log();