compat_xtables: fixed mistranslation of checkentry return values

This commit is contained in:
Jan Engelhardt
2012-01-12 09:21:39 +01:00
parent aee5aedc63
commit a6b06502ca
4 changed files with 7 additions and 12 deletions

View File

@@ -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,

View File

@@ -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,