]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: cleanup 961/head
authorVictor Julien <victor@inliniac.net>
Thu, 24 Apr 2014 15:31:08 +0000 (17:31 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 2 May 2014 09:55:12 +0000 (11:55 +0200)
commitfd56acd4b3b56c54b97d3715dbeae620a5b4b8a1
tree12eed32d1c020c5c5f835cadd6c5d414fd06c5e6
parent3543150f42572742ed6554a90ff35e8abdf316a0
stream: cleanup

StreamTcpSetDisableRawReassemblyFlag() has the same effect as
AppLayerParserTriggerRawStreamReassembly in that it will force the
raw reassembly to flush out asap. So it is redundant to call both.
src/app-layer-parser.c