X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/433eba59095e6c0512a550cb95a687d019139763..78a3bbd585b7ee0961dee45163c36904a419388b:/src/src/verify.c diff --git a/src/src/verify.c b/src/src/verify.c index b28d15a71..794c76c4e 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -1221,6 +1221,7 @@ void cutthrough_data_puts(uschar * cp, int n) { if (cutthrough.delivery) (void) cutthrough_puts(cp, n); +return; } @@ -1353,7 +1354,7 @@ return TRUE; static void -close_cutthrough_connection(const char * why) +close_cutthrough_connection(const uschar * why) { int fd = cutthrough.fd; if(fd >= 0) @@ -1428,7 +1429,7 @@ for (addr = &cutthrough.addr; addr; addr = addr->next) { case '2': delivery_log(LOG_MAIN, addr, (int)'>', NULL); - close_cutthrough_connection("delivered"); + close_cutthrough_connection(US"delivered"); break; case '4':