]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/routers/rf_get_errors_address.c
Do not use O_NONBLOCK for reading the delivery transport pipe
[user/henk/code/exim.git] / src / src / routers / rf_get_errors_address.c
index f52059427edbb0d8d8241104f18c7e4330a8ace3..d81f0e90727f2a74bf4fe5927dc0ea07690f488b 100644 (file)
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-/* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) University of Cambridge 1995 - 2015 */
 /* 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;
   }