X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/b536a578fbabdc9d39da53d54a8d7700ba537431..ee8b809061:/src/src/queue.c diff --git a/src/src/queue.c b/src/src/queue.c index ac1bb7604..92109ef92 100644 --- a/src/src/queue.c +++ b/src/src/queue.c @@ -1135,7 +1135,7 @@ switch(action) deliver_in_buffer = store_malloc(DELIVER_IN_BUFFER_SIZE); deliver_out_buffer = store_malloc(DELIVER_OUT_BUFFER_SIZE); tctx.u.fd = 1; - transport_write_message(&tctx, 0); + (void) transport_write_message(&tctx, 0); break; }