Use bitfields for flags in the "addr" struct
[exim.git] / src / src / routers / iplookup.c
index fe0f961aed1789f8eed43f961ef4f5530a215af7..1af2a77b9a2efc8cf3dbd58292a54a3c40c4aea1 100644 (file)
@@ -393,7 +393,6 @@ the chain of new addressess. */
 new_addr = deliver_make_addr(reroute, TRUE);
 new_addr->parent = addr;
 
-copyflag(new_addr, addr, af_propagate);
 new_addr->prop = addr->prop;
 
 if (addr->child_count == USHRT_MAX)