X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/f48b5b729bb0a1bdf88c1eebdb7e754c4d6bac92..cf342bafa3e74d9af6f22479436ca20ad654e220:/projects/sgauth/web.cpp?ds=sidebyside

diff --git a/projects/sgauth/web.cpp b/projects/sgauth/web.cpp
index e3c38adf..6e2d4aca 100644
--- a/projects/sgauth/web.cpp
+++ b/projects/sgauth/web.cpp
@@ -29,7 +29,7 @@
 #include <libintl.h>
 
 #include "stg/common.h"
-#include "stg/ia_auth_c.h"
+#include "stg/ia.h"
 #include "web.h"
 
 extern WEB * web;
@@ -66,6 +66,8 @@ for (int i = 0; i < DIR_NUM; i++)
     dirName[i] = "-";
 
 refreshPeriod = 5;
+
+memset(&ls, 0, sizeof(ls));
 }
 //---------------------------------------------------------------------------
 void WEB::Start()