]> git.ipfire.org Git - thirdparty/suricata.git/commit
defrag: fix argument used in macro to match signature 2627/head
authorJason Ish <ish@unx.ca>
Mon, 20 Mar 2017 16:54:51 +0000 (10:54 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 28 Mar 2017 12:44:44 +0000 (14:44 +0200)
commit3ca1a29bbd6cfe05f20a9d9717be7b98214a3591
tree92166282270ccbd28ca31cf8bf04c13bc5afb781
parent7b1dae625121a2bbfb72054e8bc1aba102356e69
defrag: fix argument used in macro to match signature

"p" was being used in the macro but was not an argument to
the macro, but it worked due to the context of the macro.

Use the actual macro argument, d2, instead of p.

Results in no change to generated code.
src/defrag-hash.c