X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/747017e39d73c3948c988b0d0cf6f1a18e25c4b3..0dfd76c6fc55b5930c5ff296a28b77f1c5a2c43e:/projects/sgauth/main.cpp

diff --git a/projects/sgauth/main.cpp b/projects/sgauth/main.cpp
index b19ff6ed..c7b2bfdc 100644
--- a/projects/sgauth/main.cpp
+++ b/projects/sgauth/main.cpp
@@ -105,6 +105,14 @@ private:
 };
 //-----------------------------------------------------------------------------
 SETTINGS::SETTINGS()
+    : port(0),
+      localPort(0),
+      listenWebIP(0),
+      refreshPeriod(0),
+      daemon(false),
+      noWeb(false),
+      reconnect(false),
+      showPid(false)
 {
 confFile = "/etc/sgauth.conf";
 }