Commit 3ebabab2 authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

Revert "Nest: Fix export of tmpattrs through pipes"

This reverts commit f8e273b5.
parent f8e273b5
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;