mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-12-07 00:23:53 +01:00
xt_ipp2p: use fixed-size integers for struct ipt_p2p_info
This commit is contained in:
@@ -38,5 +38,5 @@ enum {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct ipt_p2p_info {
|
struct ipt_p2p_info {
|
||||||
int cmd, debug;
|
int32_t cmd, debug;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user