mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 20:55:13 +02:00
compat_xtables: fix 2.6.34 compile error due to a typo
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
HEAD
|
HEAD
|
||||||
====
|
====
|
||||||
|
- compat_xtables: fix 2.6.34 compile error due to a typo
|
||||||
|
|
||||||
|
|
||||||
Xtables-addons 1.25 (April 26 2010)
|
Xtables-addons 1.25 (April 26 2010)
|
||||||
|
@@ -270,7 +270,7 @@ static bool xtnu_target_check(const char *table, const void *entry,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 28) && \
|
#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)
|
static bool xtnu_target_check(const struct xt_tgchk_param *par)
|
||||||
{
|
{
|
||||||
struct xtnu_target *nt = xtcompat_nutarget(par->target);
|
struct xtnu_target *nt = xtcompat_nutarget(par->target);
|
||||||
|
Reference in New Issue
Block a user