xt_ipp2p: use fixed-size integers for struct ipt_p2p_info

This commit is contained in:
Jan Engelhardt
2021-07-17 11:33:20 +02:00
parent 714998176a
commit b9893b9505

View File

@@ -38,5 +38,5 @@ enum {
};
struct ipt_p2p_info {
int cmd, debug;
int32_t cmd, debug;
};