X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Ftransport.c;h=2d8426f297acfadfe03dfe432e826ddc8261c77e;hb=19849de0dd5a6cf2ec8344a8adef9a433d7e7cf1;hp=d2cb8c235b083eecdfc8f62a8462cbd323118d5e;hpb=4b01271fa595a08e68ba8c58d6404e83623aa9c8;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/transport.c b/src/src/transport.c index d2cb8c235..2d8426f29 100644 --- a/src/src/transport.c +++ b/src/src/transport.c @@ -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;