X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fs_server.c;h=ac36039a145c0411692fc18d105525fbadeb0472;hp=fc6256afe8bf334bec3474fdf4fe94434ddcc84b;hb=710069c19ee1795dfd614a4ba683d07e1b8e6f81;hpb=ddd3a617ca96914707fc414200b445b52fe6c0ad diff --git a/apps/s_server.c b/apps/s_server.c index fc6256afe8..ac36039a14 100644 --- a/apps/s_server.c +++ b/apps/s_server.c @@ -1458,7 +1458,7 @@ bad: } BIO_printf(bio_s_out,"ACCEPT\n"); - BIO_flush(bio_s_out); + (void)BIO_flush(bio_s_out); if (www) do_server(port,socket_type,&accept_socket,www_body, context); else