Commit 05e3933c authored by Maria Matejka's avatar Maria Matejka
Browse files

Nest: Uninitialized variable fix

Thanks to Vincent Bernat for reporting this.
parent 2ce25ebb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1575,7 +1575,7 @@ rte_update2(struct channel *c, const net_addr *n, rte *new, struct rte_src *src)
	}
      else if (filter)
	{
	  rta *old_attrs;
	  rta *old_attrs = NULL;
	  rte_make_tmp_attrs(&new, rte_update_pool, &old_attrs);

	  int fr = f_run(filter, &new, rte_update_pool, 0);