Squashed commit of PIPE_CONNECT
[exim.git] / src / src / queue.c
index ac1bb760411eed4b93477223fb41ef99fa5eeaaf..92109ef927c5e845665d151dd4ac814e77c3638a 100644 (file)
@@ -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;
     }