mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2026-01-08 08:13:52 +01:00
The DEBUG definition in xt_pknock.h causes a compiler warning if one adds a DEBUG define to xt_pknock.c to enable pr_debug. Since it only controls some debugging output in libxt_pknock.c, it would make sense to move the definition there, but let's just disable the debugging instead. Signed-off-by: Jeremy Sowden <jeremy@azazel.net>