]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/parser_message.cpp
Added "done" signature for parsers.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / parser_message.cpp
index 06489a4246214166b28da83fbcf32e877fa7545c..2279aae6c6519e8968007a215426208b5424a069 100644 (file)
@@ -102,6 +102,7 @@ int SEND_MESSAGE::End(void *, const char *el)
         m_result = res_ok;
     }
     CreateAnswer();
+    m_done = true;
     return 0;
 }