diff options
Diffstat (limited to '')
-rw-r--r-- | apps/s_server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_server.c b/apps/s_server.c index 6b0e013ca7..e0a52287ee 100644 --- a/apps/s_server.c +++ b/apps/s_server.c @@ -3220,7 +3220,7 @@ static int www_body(int s, int stype, int prot, unsigned char *context) } BIO_puts(io, "</pre></BODY></HTML>\r\n\r\n"); break; - } else if ((www == 2 || www == 3) && HAS_PREFIX(p, "GET /")) { + } else if ((www == 2 || www == 3) && CHECK_AND_SKIP_PREFIX(p, "GET /")) { BIO *file; char *e; static const char *text = |