Skip to content

Commit f91c069

Browse files
author
bol-van
committed
nfqws2: fix wrong enum type
1 parent 6961c01 commit f91c069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nfq2/desync.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ static uint8_t desync(
647647
t_ctrack *ctrack,
648648
const t_ctrack_position *pos,
649649
t_l7payload l7payload,
650-
t_l7payload l7proto,
650+
t_l7proto l7proto,
651651
const struct dissect *dis,
652652
const struct in_addr *sdp4, const struct in6_addr *sdp6, uint16_t sdport,
653653
uint8_t *mod_pkt, size_t *len_mod_pkt,

0 commit comments

Comments
 (0)