mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-20 11:34:57 +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,
|
||||
|
@@ -1,6 +1,9 @@
|
||||
|
||||
HEAD
|
||||
====
|
||||
Fixes:
|
||||
- compat_xtables: fixed mistranslation of checkentry return values
|
||||
(affected kernels < 2.6.23)
|
||||
|
||||
|
||||
v1.41 (2012-01-04)
|
||||
|
Reference in New Issue
Block a user