mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-08 05:34:58 +02:00
xt_mp2t: fix compile error from v1.30-9-gff80812
libxt_mp2t.c: In function ‘mp2t_mt_help’: libxt_mp2t.c:50:3: error: ‘version’ undeclared (first use in this function) It is almost impossible to properly keep version numbers in sync between kernel and userland components (especially when they are separated from another), so just remove it.
This commit is contained in:
@@ -43,11 +43,9 @@ static void mp2t_mt_help(void)
|
||||
{
|
||||
printf(
|
||||
"mp2t (MPEG2 Transport Stream) match options:\n"
|
||||
"VERSION %s\n"
|
||||
" [--name <name>] Name for proc file /proc/net/xt_mp2t/rule_NAME\n"
|
||||
" [--drop-detect] Match lost TS frames (occured before this packet)\n"
|
||||
" [--max-streams <num>] Track 'max' number of streams (per rule)\n",
|
||||
version
|
||||
" [--max-streams <num>] Track 'max' number of streams (per rule)\n"
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user