Fix warnings.
[openssl.git] / apps / s_server.c
index fc6256afe8bf334bec3474fdf4fe94434ddcc84b..ac36039a145c0411692fc18d105525fbadeb0472 100644 (file)
@@ -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