]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #1136 in SNORT/snort3 from union_break to master
authorTom Peters (thopeter) <thopeter@cisco.com>
Tue, 13 Mar 2018 22:19:51 +0000 (18:19 -0400)
committerTom Peters (thopeter) <thopeter@cisco.com>
Tue, 13 Mar 2018 22:19:51 +0000 (18:19 -0400)
Squashed commit of the following:

commit 672c117af90d935d65248f2b648b8d955afbc885
Author: Tom Peters <thopeter@cisco.com>
Date:   Tue Mar 13 17:49:01 2018 -0400

    libtcp: build error fix

src/stream/libtcp/tcp_stream_session.h

index 9b2bcda3a83da3fd17fe4ce5d718d90eea973d7d..8c171931fad80b48e1be5557ab6ddbcb4374bee2 100644 (file)
@@ -145,8 +145,8 @@ public:
     TcpEventLogger tel;
 
 private:
-    snort::ip::snort_in6_addr real_src_ip = { 0 };
-    snort::ip::snort_in6_addr real_dst_ip = { 0 };
+    snort::ip::snort_in6_addr real_src_ip;
+    snort::ip::snort_in6_addr real_dst_ip;
     uint16_t real_src_port = 0;
     uint16_t real_dst_port = 0;