compat_xtables: fix 2.6.34 compile error due to a typo

This commit is contained in:
Jan Engelhardt
2010-04-30 22:39:48 +02:00
parent 03e10ff544
commit 8b2a266db0
2 changed files with 2 additions and 1 deletions

View File

@@ -270,7 +270,7 @@ static bool xtnu_target_check(const char *table, const void *entry,
#endif
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 28) && \
LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 34)
LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 34)
static bool xtnu_target_check(const struct xt_tgchk_param *par)
{
struct xtnu_target *nt = xtcompat_nutarget(par->target);