From 114e097d3658e41e7946b5d5ba1ad2ffdc7fe2d9 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sun, 6 Sep 2015 13:05:32 +0300 Subject: [PATCH] Fixed crash on stopping mod_radius. --- projects/stargazer/plugins/other/radius/radius.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/stargazer/plugins/other/radius/radius.cpp b/projects/stargazer/plugins/other/radius/radius.cpp index 6e026fe7..68a96d29 100644 --- a/projects/stargazer/plugins/other/radius/radius.cpp +++ b/projects/stargazer/plugins/other/radius/radius.cpp @@ -233,6 +233,7 @@ int RADIUS::createTCP() const void RADIUS::runImpl() { m_running = true; + m_stopped = false; while (m_running) { fd_set fds; -- 2.43.2