]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
xt_ipp2p: use fixed-size integers for struct ipt_p2p_info
authorJan Engelhardt <jengelh@inai.de>
Sat, 17 Jul 2021 09:33:20 +0000 (11:33 +0200)
committerJan Engelhardt <jengelh@inai.de>
Sat, 17 Jul 2021 09:33:20 +0000 (11:33 +0200)
extensions/xt_ipp2p.h

index 1a756969f4deda7375ed40ad18d97166f473d0bc..f463f7f6e6304584e4546227c6b78b638db43df0 100644 (file)
@@ -38,5 +38,5 @@ enum {
 };
 
 struct ipt_p2p_info {
-       int cmd, debug;
+       int32_t cmd, debug;
 };