diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-06-14 17:58:37 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-06-14 17:58:37 +0200 |
commit | 3ebabab2778d05212cc07ebccf583159d5e0890a (patch) | |
tree | 73427e7cf2d681ffbe9ec7b7ed1f82f564555d78 | |
parent | f8e273b5e7a3c721f4a30cf27a0b4fe54602e83f (diff) |
Revert "Nest: Fix export of tmpattrs through pipes"
This reverts commit f8e273b5e7a3c721f4a30cf27a0b4fe54602e83f.
-rw-r--r-- | nest/rt-table.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c index a7e31d85..13209dd7 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -618,9 +618,6 @@ export_filter_(struct channel *c, rte *rt0, rte **rt_free, linpool *pool, int si goto reject; } - /* Needed for pipes */ - rte_store_tmp_attrs(rt, pool, NULL); - accept: if (rt != rt0) *rt_free = rt; |