git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Stargazer (#6)
[stg.git]
/
projects
/
stargazer
/
plugins
/
authorization
/
inetaccess
/
inetaccess.cpp
diff --git
a/projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp
b/projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp
index 3c6a687cefdea5e23cc33ec4c638a987fcce95d3..60d3846cee42383e6da27ee6d6258d3f48749b3d 100644
(file)
--- a/
projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp
+++ b/
projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp
@@
-25,7
+25,6
@@
#include "inetaccess.h"
#include "stg/common.h"
#include "inetaccess.h"
#include "stg/common.h"
-#include "stg/locker.h"
#include "stg/tariff.h"
#include "stg/settings.h"
#include "stg/tariff.h"
#include "stg/settings.h"
@@
-340,7
+339,7
@@
AUTH_IA::~AUTH_IA()
//-----------------------------------------------------------------------------
int AUTH_IA::Start()
{
//-----------------------------------------------------------------------------
int AUTH_IA::Start()
{
-m_onDelUserConn = users->on
User
Del([this](auto user){ DelUser(user); });
+m_onDelUserConn = users->onDel([this](auto user){ DelUser(user); });
if (PrepareNet())
return -1;
if (PrepareNet())
return -1;