]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/parser_message.cpp
Better error reporting in netunit.cpp.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / parser_message.cpp
index c93ac43764ec4b1aed02c2f5656270fa0483610a..2279aae6c6519e8968007a215426208b5424a069 100644 (file)
@@ -22,7 +22,6 @@
 #include "parser_message.h"
 
 #include "stg/users.h"
-#include "stg/common.h"
 
 extern volatile time_t stgTime; // So sad...
 
@@ -103,6 +102,7 @@ int SEND_MESSAGE::End(void *, const char *el)
         m_result = res_ok;
     }
     CreateAnswer();
+    m_done = true;
     return 0;
 }