From c408a77e85d4be32f79f7aedd98791b78c8fab78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Fri, 24 Jun 2016 18:29:08 +0200 Subject: [PATCH] Initialize the static pointer to the yacreader session store. --- YACReaderLibrary/server/static.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/server/static.cpp b/YACReaderLibrary/server/static.cpp index 0f9d7733..0e8693f7 100644 --- a/YACReaderLibrary/server/static.cpp +++ b/YACReaderLibrary/server/static.cpp @@ -17,7 +17,7 @@ HttpSessionStore* Static::sessionStore=0; StaticFileController* Static::staticFileController=0; -QMap Static::yacreaderSessionStore; +YACReaderHttpSessionStore* Static::yacreaderSessionStore=0; QString Static::getConfigFileName() { return QString("%1/%2.ini").arg(getConfigDir()).arg(QCoreApplication::applicationName());