]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
added a fix for a thing
authorJoel Cornett <joel.cornett@gmail.com>
Fri, 15 Apr 2016 19:00:39 +0000 (15:00 -0400)
committerJoel Cornett <joel.cornett@gmail.com>
Fri, 15 Apr 2016 19:00:39 +0000 (15:00 -0400)
src/stream/libtcp/tcp_stream_session.cc
src/stream/libtcp/tcp_stream_session.h

index 7efb1cca4a9de50871d5bb9094045d95afbe55f7..2f60b5992b9a2382d8d6583a958f3ad87b350563 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "tcp_stream_session.h"
 
-#ifdef DEBUG
+#ifdef DEBUG_MSGS
 const char* const flush_policy_names[] =
 {
     "ignore",
index 99bc5f29c1a7fa84f2673821dba7ca9b9ea61aa2..331a15125344a9ef00a6aea1306e6ca677b0bcc4 100644 (file)
@@ -32,7 +32,7 @@
 #include "stream/tcp/tcp_event_logger.h"
 #include "tcp_stream_tracker.h"
 
-#ifdef DEBUG
+#ifdef DEBUG_MSGS
 extern const char* const flush_policy_names[];
 #endif