X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/9cb5a01c092b01a09480b3937a871445806852c7..72bd16db96dde42675538efcd53492be69c0bdec:/httpd.c diff --git a/httpd.c b/httpd.c index 2437cdd..fcdd68e 100644 --- a/httpd.c +++ b/httpd.c @@ -262,7 +262,7 @@ char *got_data(struct connctx *ctx, char *data, int length, if (!magic_access && !auth_correct) { if (auth_string) { ret = http_error("401", "Unauthorized", - "WWW-Authenticate: Basic realm=\""PNAME"\"\r", + "WWW-Authenticate: Basic realm=\""PNAME"\"\r\n", "\nYou must authenticate to view these pages."); } else { ret = http_error("403", "Forbidden", NULL,