X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/ff0c2d8d54cb2bee245d37164f9655f0c4d5bffb..114e097d3658e41e7946b5d5ba1ad2ffdc7fe2d9:/projects/stargazer/plugins/other/radius/radius.cpp 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;