|
@@ -844,10 +844,6 @@ struct xt_table *xt_register_table(struct net *net,
|
|
struct xt_table_info *private;
|
|
struct xt_table_info *private;
|
|
struct xt_table *t, *table;
|
|
struct xt_table *t, *table;
|
|
|
|
|
|
- ret = xt_jumpstack_alloc(newinfo);
|
|
|
|
- if (ret < 0)
|
|
|
|
- return ERR_PTR(ret);
|
|
|
|
-
|
|
|
|
/* Don't add one object to multiple lists. */
|
|
/* Don't add one object to multiple lists. */
|
|
table = kmemdup(input_table, sizeof(struct xt_table), GFP_KERNEL);
|
|
table = kmemdup(input_table, sizeof(struct xt_table), GFP_KERNEL);
|
|
if (!table) {
|
|
if (!table) {
|