mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 13:15:12 +02:00
compat_xtables: fixed mistranslation of checkentry return values
This commit is contained in:
@@ -13,7 +13,7 @@ match:
|
||||
int *hotdrop,
|
||||
);
|
||||
|
||||
/* error code */
|
||||
/* true/false */
|
||||
int
|
||||
(*checkentry)(
|
||||
const char *tablename,
|
||||
@@ -45,7 +45,7 @@ target:
|
||||
void *userdata,
|
||||
);
|
||||
|
||||
/* error code */
|
||||
/* true/false */
|
||||
int
|
||||
(*checkentry)(
|
||||
const char *tablename,
|
||||
|
@@ -13,7 +13,7 @@ match:
|
||||
int *hotdrop,
|
||||
);
|
||||
|
||||
/* error code */
|
||||
/* true/false */
|
||||
int
|
||||
(*checkentry)(
|
||||
const char *tablename,
|
||||
@@ -42,7 +42,7 @@ target:
|
||||
const void *targinfo,
|
||||
);
|
||||
|
||||
/* error code */
|
||||
/* true/false */
|
||||
int
|
||||
(*checkentry)(
|
||||
const char *tablename,
|
||||
|
Reference in New Issue
Block a user