]> git.stg.codes - stg.git/commitdiff
Fixed crash on stopping mod_radius.
authorMaxim Mamontov <faust.madf@gmail.com>
Sun, 6 Sep 2015 10:05:32 +0000 (13:05 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Sun, 6 Sep 2015 10:05:32 +0000 (13:05 +0300)
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;