Skip to content

Commit 6441b35

Browse files
committed
fixed missing init in cleanback function
1 parent 606ed9c commit 6441b35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hcxpcapngtool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2711,7 +2711,7 @@ static handshakelist_t *zeiger;
27112711
return false;
27122712

27132713
if(donotcleanflag == true) return false;
2714-
2714+
zeiger = handshakelistptr;
27152715
for(c = 0; c < 20; c ++)
27162716
{
27172717
zeiger--;

0 commit comments

Comments
 (0)