]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/radius/radius.cpp
Fixed crash on stopping mod_radius.
[stg.git] / projects / stargazer / plugins / other / radius / radius.cpp
index 6e026fe700f585f35e771e6de6d9a66aa2817bb9..68a96d29a73037afe400e65d2512c0bd03e0128a 100644 (file)
@@ -233,6 +233,7 @@ int RADIUS::createTCP() const
 void RADIUS::runImpl()
 {
     m_running = true;
+    m_stopped = false;
 
     while (m_running) {
         fd_set fds;