|
@@ -431,8 +431,8 @@ ipt_do_table(struct sk_buff *skb,
|
|
} while (!acpar.hotdrop);
|
|
} while (!acpar.hotdrop);
|
|
pr_debug("Exiting %s; sp at %u\n", __func__, stackidx);
|
|
pr_debug("Exiting %s; sp at %u\n", __func__, stackidx);
|
|
|
|
|
|
- xt_write_recseq_end(addend);
|
|
|
|
- local_bh_enable();
|
|
|
|
|
|
+ xt_write_recseq_end(addend);
|
|
|
|
+ local_bh_enable();
|
|
|
|
|
|
#ifdef DEBUG_ALLOW_ALL
|
|
#ifdef DEBUG_ALLOW_ALL
|
|
return NF_ACCEPT;
|
|
return NF_ACCEPT;
|
|
@@ -484,7 +484,7 @@ mark_source_chains(const struct xt_table_info *newinfo,
|
|
unsigned int oldpos, size;
|
|
unsigned int oldpos, size;
|
|
|
|
|
|
if ((strcmp(t->target.u.user.name,
|
|
if ((strcmp(t->target.u.user.name,
|
|
- XT_STANDARD_TARGET) == 0) &&
|
|
|
|
|
|
+ XT_STANDARD_TARGET) == 0) &&
|
|
t->verdict < -NF_MAX_VERDICT - 1) {
|
|
t->verdict < -NF_MAX_VERDICT - 1) {
|
|
duprintf("mark_source_chains: bad "
|
|
duprintf("mark_source_chains: bad "
|
|
"negative verdict (%i)\n",
|
|
"negative verdict (%i)\n",
|