git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some changes in crypto.lib. Added tests.
[stg.git]
/
projects
/
stargazer
/
plugins
/
other
/
radius
/
radius.cpp
diff --git
a/projects/stargazer/plugins/other/radius/radius.cpp
b/projects/stargazer/plugins/other/radius/radius.cpp
index 90ec1891ea7c0602f9dfa24b9f568a259cc3afe3..8e52cdb48ba203f8763082f67ef58f711de00672 100644
(file)
--- a/
projects/stargazer/plugins/other/radius/radius.cpp
+++ b/
projects/stargazer/plugins/other/radius/radius.cpp
@@
-261,7
+261,7
@@
sigset_t signalSet;
sigfillset(&signalSet);
pthread_sigmask(SIG_BLOCK, &signalSet, NULL);
sigfillset(&signalSet);
pthread_sigmask(SIG_BLOCK, &signalSet, NULL);
-RADIUS * rad =
(RADIUS *)d
;
+RADIUS * rad =
static_cast<RADIUS *>(d)
;
RAD_PACKET packet;
rad->isRunning = true;
RAD_PACKET packet;
rad->isRunning = true;
@@
-542,11
+542,6
@@
packet->packetType = RAD_ACCEPT_PACKET;
return 0;
}
//-----------------------------------------------------------------------------
return 0;
}
//-----------------------------------------------------------------------------
-void RADIUS::PrintServices(const std::list<std::string> & svcs)
-{
-for_each(svcs.begin(), svcs.end(), Printer());
-}
-//-----------------------------------------------------------------------------
bool RADIUS::FindUser(USER_PTR * ui, const std::string & login) const
{
if (users->FindByName(login, ui))
bool RADIUS::FindUser(USER_PTR * ui, const std::string & login) const
{
if (users->FindByName(login, ui))