Rename substructure for ease of debugging
[exim.git] / src / src / routers / rf_change_domain.c
index e891b84b2d642c3133114cb54aca150f39b5a5fd..049e6ab8c388b782ded1131bb1741725e3ad3aaf 100644 (file)
@@ -52,7 +52,7 @@ domain cache. Then copy over the propagating fields from the parent. Then set
 up the new fields. */
 
 *addr = address_defaults;
-addr->p = parent->p;
+addr->prop = parent->prop;
 
 addr->address = address;
 addr->unique = string_copy(address);