]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
fixing segfault
authorJosh <jrosenba@cisco.com>
Wed, 17 Sep 2014 16:37:02 +0000 (12:37 -0400)
committerJosh <jrosenba@cisco.com>
Wed, 17 Sep 2014 16:37:02 +0000 (12:37 -0400)
src/stream/tcp/tcp_session.cc

index 4c548a0a19672b5af84f96e62182f41e20dbb45f..fb6ca9871b6e145d0ab014202e836c6ddb8647af 100644 (file)
@@ -137,7 +137,8 @@ const char* tcp_pegs[] =
     "gaps",
     "internal events",
     "client cleanup flushes",
-    "server cleanup flushes"
+    "server cleanup flushes",
+    nullptr
 };
 
 THREAD_LOCAL TcpStats tcpStats;