tidying
[exim.git] / src / src / routers / queryprogram.c
index b4d229cd71c01c3ae2cfc15ca2d761198ee5548f..45321338701da05652cc97081d9c467633aff8c3 100644 (file)
@@ -232,6 +232,7 @@ errors address and extra header stuff. */
 
 bzero(&addr_prop, sizeof(addr_prop));
 addr_prop.address_data = deliver_address_data;
+tree_dup((tree_node **)&addr_prop.variables, addr->prop.variables);
 
 rc = rf_get_errors_address(addr, rblock, verify, &addr_prop.errors_address);
 if (rc != OK) return rc;