X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Fqueue.c;h=92109ef927c5e845665d151dd4ac814e77c3638a;hp=ac1bb760411eed4b93477223fb41ef99fa5eeaaf;hb=ee8b809061;hpb=b536a578fbabdc9d39da53d54a8d7700ba537431 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; }