Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37800813
en ru br
ALT Linux repos
S:1.8-alt10

Group :: System/Servers
RPM: openl2tp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: openl2tp-1.8-cleanup-alt.patch
Download


diff --git a/l2tp_main.c b/l2tp_main.c
index 39f89d2..3136e37 100644
--- a/l2tp_main.c
+++ b/l2tp_main.c
@@ -783,12 +783,12 @@ static void l2tp_cleanup(void)
 	l2tp_xprt_cleanup();
 	l2tp_tunnel_cleanup();
 	l2tp_peer_cleanup();
-	l2tp_plugin_cleanup();
 
 	usl_timer_cleanup();
 	usl_fd_cleanup();
 	usl_signal_cleanup();
 	usl_pid_cleanup();
+	l2tp_plugin_cleanup();
 
 	if (l2tp_rand_fd != 0) {
 		close(l2tp_rand_fd);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin