summaryrefslogtreecommitdiffstats
path: root/ip6t_MAP66.c
diff options
context:
space:
mode:
authorsven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756>2010-10-13 15:16:44 +0200
committersven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756>2010-10-13 15:16:44 +0200
commit681945a3bfe9b379c76ecc6160a102a3dd7d5e59 (patch)
treedb5240330ec388da2f3ab0ce86d6a5f45f1adc63 /ip6t_MAP66.c
parent3ba4717ef537a8fcef51b0af6c5d57d711b63394 (diff)
downloadNPTv6-681945a3bfe9b379c76ecc6160a102a3dd7d5e59.tar
NPTv6-681945a3bfe9b379c76ecc6160a102a3dd7d5e59.zip
fix
git-svn-id: https://map66.svn.sourceforge.net/svnroot/map66@22 3484d885-4da6-438d-b19d-107d078dd756
Diffstat (limited to 'ip6t_MAP66.c')
-rw-r--r--ip6t_MAP66.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ip6t_MAP66.c b/ip6t_MAP66.c
index 5f94f81..6446927 100644
--- a/ip6t_MAP66.c
+++ b/ip6t_MAP66.c
@@ -165,7 +165,6 @@ static bool MAP66_tg6_check(
{
const struct ip6t_MAP66_info *info = par->targinfo;
-
if (0 == ((IP6T_MAP66_OPT_DST_TO | IP6T_MAP66_OPT_SRC_TO) & info->mapflags)) {
printk("MAP66: No --" IP6T_MAP66_DST_TO " nor --" IP6T_MAP66_SRC_TO "\n");
return false;