]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/routers/rf_get_errors_address.c
Fix typo in readconf.c
[user/henk/code/exim.git] / src / src / routers / rf_get_errors_address.c
index d7172d7ac3478b1acfed76b2bc0e11009392d0eb..752cc95b4670a9e494f5cc4bc32d14199e8a9b80 100644 (file)
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-/* Copyright (c) University of Cambridge 1995 - 2015 */
+/* Copyright (c) University of Cambridge 1995 - 2018 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
@@ -60,7 +60,7 @@ if (s == NULL)
 
 if (*s == 0)
   {
-  setflag(addr, af_ignore_error);      /* For locally detected errors */
+  addr->prop.ignore_error = TRUE;   /* For locally detected errors */
   *errors_to = US"";                   /* Return path for SMTP */
   return OK;
   }