Fix sieve QP regression from Coverity cleanups
[exim.git] / src / src / route.c
index a175407c6ca5bd2df62c2fcd266f79388fef8317..bbaa5285d37f9decffcfb9e81f77d851602d9b29 100644 (file)
@@ -1365,7 +1365,7 @@ new->prop.errors_address = parent->prop.errors_address;
 
 /* Copy the propagated flags and address_data from the original. */
 
-copyflag(new, addr, af_propagate);
+new->prop.ignore_error = addr->prop.ignore_error;
 new->prop.address_data = addr->prop.address_data;
 new->dsn_flags = addr->dsn_flags;
 new->dsn_orcpt = addr->dsn_orcpt;