]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Revert "Merge pull request #1535 in SNORT/snort3 from ~SHRARANG/snort3:set_priv_ptr_f...
authorMichael Altizer <mialtize@cisco.com>
Sat, 16 Mar 2019 23:31:44 +0000 (19:31 -0400)
committerMichael Altizer <mialtize@cisco.com>
Sun, 5 May 2019 16:02:46 +0000 (12:02 -0400)
This reverts commit cdae58b2fde31057795c04185d22d2b7e9e916ef.

src/stream/tcp/tcp_reassembler.cc

index 63f5576055bfa2e1039bf0aaa4035a16c13ee489..f97fde5e9627dce494e06e47d937e8ba04370dc1 100644 (file)
@@ -526,8 +526,6 @@ Packet* TcpReassembler::initialize_pdu(
     prep_pdu(trs, trs.sos.session->flow, p, pkt_flags, pdu);
     assert(pdu->pkth == pdu->context->pkth);
     pdu->context->pkth->ts = tv;
-    // FIXIT-M: This hack will go away with daqng
-    pdu->context->pkth->priv_ptr = p->pkth->priv_ptr;
     pdu->dsize = 0;
     pdu->data = nullptr;
     return pdu;