summaryrefslogtreecommitdiffstats
path: root/communication.c
diff options
context:
space:
mode:
Diffstat (limited to 'communication.c')
-rw-r--r--communication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/communication.c b/communication.c
index bd7aa65..b4a1739 100644
--- a/communication.c
+++ b/communication.c
@@ -514,7 +514,7 @@ ebt_translate_entry(struct ebt_entry *e, int *hook, int *n, int *cnt,
break;
if (i == u_repl->num_chains)
ebt_print_bug("Can't find udc for jump");
- ((struct ebt_standard_target *)new->t)->verdict = i;
+ ((struct ebt_standard_target *)new->t)->verdict = i-NF_BR_NUMHOOKS;
}
}