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 26. The 'break' operator added after m_modules[i]->Reload(modSettings[j]))
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
sgconfig
/
parser_auth_by.cpp
diff --git
a/projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.cpp
b/projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.cpp
index 2137ef6bfa344614db890560d993257c4d841ac2..ab1cabdf9a54af35bf61acf73cf4cd41b0477828 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.cpp
+++ b/
projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.cpp
@@
-25,6
+25,8
@@
using STG::PARSER::AUTH_BY;
+const char * AUTH_BY::tag = "GetUserAuthBy";
+
int AUTH_BY::Start(void * /*data*/, const char *el, const char **attr)
{
if (strcasecmp(el, m_tag.c_str()) != 0)