diff --git a/src/decode.h b/src/decode.h index 223e3c67ef..e141acb9f8 100644 --- a/src/decode.h +++ b/src/decode.h @@ -916,7 +916,7 @@ static inline void PacketDrop(Packet *p, const uint8_t action, enum PacketDropRe if (p->drop_reason == PKT_DROP_REASON_NOT_SET) p->drop_reason = (uint8_t)r; - PACKET_UPDATE_ACTION(p, action); + PacketUpdateAction(p, action); } #define PACKET_DROP(p) PacketDrop((p), PKT_DROP_REASON_NOT_SET)