git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ticket. AddParser() call for the 'changePolicy' added.
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
sgconfig
/
parser_message.cpp
diff --git
a/projects/stargazer/plugins/configuration/sgconfig/parser_message.cpp
b/projects/stargazer/plugins/configuration/sgconfig/parser_message.cpp
index c93ac43764ec4b1aed02c2f5656270fa0483610a..2279aae6c6519e8968007a215426208b5424a069 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig/parser_message.cpp
+++ b/
projects/stargazer/plugins/configuration/sgconfig/parser_message.cpp
@@
-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;
}