]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/transport.c
Taint: When a non-wildcarded localpart affix is matched in a router,
[user/henk/code/exim.git] / src / src / transport.c
index d2cb8c235b083eecdfc8f62a8462cbd323118d5e..2d8426f297acfadfe03dfe432e826ddc8261c77e 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) The Exim Maintainers 2020 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* General functions concerned with transportation, and generic options for all
@@ -1274,7 +1275,7 @@ if ((write_pid = exim_fork(US"tpt-filter-writer")) == 0)
         != sizeof(struct timeval)
      )
     rc = FALSE;        /* compiler quietening */
-  exim_underbar_exit(0, US"tpt-filter writer");
+  exim_underbar_exit(EXIT_SUCCESS);
   }
 save_errno = errno;