Rename substructure for ease of debugging
[exim.git] / src / src / filter.c
index 9ee7acbe0f0536067b9a37bda01a0a9e661783af..a28e5f9f854f2066b1d9a965244d6e365098395d 100644 (file)
@@ -1821,7 +1821,7 @@ while (commands != NULL)
       set in a system filter and to the local address in user filters. */
 
       addr = deliver_make_addr(expargs[0], TRUE);  /* TRUE => copy s */
-      addr->p.errors_address = (s == NULL)?
+      addr->prop.errors_address = (s == NULL)?
         s : string_copy(s);                        /* Default is NULL */
       if (commands->noerror) setflag(addr, af_ignore_error);
       addr->next = *generated;