mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-08 13:44:56 +02:00
ipp2p: fix typo in error message
Reference: http://bugs.gentoo.org/show_bug.cgi?id=250407 Reported-by: Mike <empx@gmx.de>
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
- fuzzy: fix bogus comparison logic leftover from move to new 1.4.3 API
|
- fuzzy: fix bogus comparison logic leftover from move to new 1.4.3 API
|
||||||
- ipp2p: fix bogus varargs call
|
- ipp2p: fix bogus varargs call
|
||||||
|
- ipp2p: fix typo in error message
|
||||||
|
|
||||||
|
|
||||||
Xtables-addons 1.14 (March 31 2009)
|
Xtables-addons 1.14 (March 31 2009)
|
||||||
|
@@ -103,8 +103,8 @@ static int ipp2p_mt_parse(int c, char **argv, int invert, unsigned int *flags,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'b': /*cmd: bit*/
|
case 'b': /*cmd: bit*/
|
||||||
param_act(XTF_ONLY_ONCE, "--kazaa", *flags & IPP2P_BIT);
|
param_act(XTF_ONLY_ONCE, "--bit", *flags & IPP2P_BIT);
|
||||||
param_act(XTF_NO_INVERT, "--kazaa", invert);
|
param_act(XTF_NO_INVERT, "--bit", invert);
|
||||||
*flags |= IPP2P_BIT;
|
*flags |= IPP2P_BIT;
|
||||||
info->cmd |= IPP2P_BIT;
|
info->cmd |= IPP2P_BIT;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user