git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add sys/types.h for FreeBSD
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
sgconfig
/
parser_admin.cpp
diff --git
a/projects/stargazer/plugins/configuration/sgconfig/parser_admin.cpp
b/projects/stargazer/plugins/configuration/sgconfig/parser_admin.cpp
index f232fb23289f509d0868693f0950187455039fe6..a87c1dbfd765127462866f908b2bb62f724babdf 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig/parser_admin.cpp
+++ b/
projects/stargazer/plugins/configuration/sgconfig/parser_admin.cpp
@@
-93,7
+93,7
@@
void PARSER_DEL_ADMIN::CreateAnswer()
//answerList->clear();
answerList->erase(answerList->begin(), answerList->end());
//answerList->clear();
answerList->erase(answerList->begin(), answerList->end());
-if (admins->Del(adminToDel,
*
currAdmin) == 0)
+if (admins->Del(adminToDel, currAdmin) == 0)
{
answerList->push_back("<DelAdmin Result=\"Ok\"/>");
}
{
answerList->push_back("<DelAdmin Result=\"Ok\"/>");
}
@@
-149,7
+149,7
@@
void PARSER_ADD_ADMIN::CreateAnswer()
//answerList->clear();
answerList->erase(answerList->begin(), answerList->end());
//answerList->clear();
answerList->erase(answerList->begin(), answerList->end());
-if (admins->Add(adminToAdd,
*
currAdmin) == 0)
+if (admins->Add(adminToAdd, currAdmin) == 0)
{
answerList->push_back("<AddAdmin Result=\"Ok\"/>");
}
{
answerList->push_back("<AddAdmin Result=\"Ok\"/>");
}
@@
-241,7
+241,7
@@
if (!login.res_empty())
conf.priv.tariffChg = (p & 0x3000) >> 0x0C; // 1000+2000
}
conf.priv.tariffChg = (p & 0x3000) >> 0x0C; // 1000+2000
}
- if (admins->Change(conf,
*
currAdmin) != 0)
+ if (admins->Change(conf, currAdmin) != 0)
{
strprintf(&s, "<ChgAdmin Result = \"%s\"/>", admins->GetStrError().c_str());
answerList->push_back(s);
{
strprintf(&s, "<ChgAdmin Result = \"%s\"/>", admins->GetStrError().c_str());
answerList->push_back(s);