mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-05 20:26:38 +02: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 {
|
||||
int cmd, debug;
|
||||
int32_t cmd, debug;
|
||||
};
|
||||
|
Reference in New Issue
Block a user