git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Видалено не використовуваний метод USERS::SendMessage
[stg.git]
/
projects
/
sgauth
/
main.cpp
diff --git
a/projects/sgauth/main.cpp
b/projects/sgauth/main.cpp
index b19ff6ed27eafe5c74f754085a44c2351d6b2fe7..c7b2bfdcaa49ff53f43a225f2e444f6d4cf56b52 100644
(file)
--- a/
projects/sgauth/main.cpp
+++ b/
projects/sgauth/main.cpp
@@
-105,6
+105,14
@@
private:
};
//-----------------------------------------------------------------------------
SETTINGS::SETTINGS()
};
//-----------------------------------------------------------------------------
SETTINGS::SETTINGS()
+ : port(0),
+ localPort(0),
+ listenWebIP(0),
+ refreshPeriod(0),
+ daemon(false),
+ noWeb(false),
+ reconnect(false),
+ showPid(false)
{
confFile = "/etc/sgauth.conf";
}
{
confFile = "/etc/sgauth.conf";
}