mirror of https://github.com/OISF/suricata
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.pull/2627/head
parent
7b1dae6251
commit
3ca1a29bbd
Loading…
Reference in New Issue