Explorar o código

Fix: Type of pktsReceived is supposed to be INTEGER

Stefan Schmidt %!s(int64=6) %!d(string=hai) anos
pai
achega
e37394d479
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code_boost/src/cxx/statistics_db.cpp

+ 1 - 1
code_boost/src/cxx/statistics_db.cpp

@@ -27,7 +27,7 @@ void statistics_db::writeStatisticsIP(std::unordered_map<std::string, entry_ipSt
         SQLite::Transaction transaction(*db);
         const char *createTable = "CREATE TABLE ip_statistics ( "
                 "ipAddress TEXT, "
-                "pktsReceived INTEGtimestampER, "
+                "pktsReceived INTEGER, "
                 "pktsSent INTEGER, "
                 "kbytesReceived REAL, "
                 "kbytesSent REAL, "