mirror of
https://github.com/bol-van/zapret.git
synced 2025-12-06 11:36:46 +03:00
nfqws: minor bug
This commit is contained in:
@@ -965,6 +965,7 @@ static uint8_t orig_mod(const struct desync_profile *dp, const t_ctrack *ctrack,
|
|||||||
uint16_t flags = get_tcp_flags(dis->tcp);
|
uint16_t flags = get_tcp_flags(dis->tcp);
|
||||||
rewrite_tcp_flags(&flags, dp->orig_tcp_flags_unset, dp->orig_tcp_flags_set, "original");
|
rewrite_tcp_flags(&flags, dp->orig_tcp_flags_unset, dp->orig_tcp_flags_set, "original");
|
||||||
apply_tcp_flags(dis->tcp,flags);
|
apply_tcp_flags(dis->tcp,flags);
|
||||||
|
bModded = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return bModded;
|
return bModded;
|
||||||
|
|||||||
Reference in New Issue
Block a user