X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/14601b5d4222f2bee568e03eddf2f949b2a9d126..c057c1010e53f8f5ef00c2ffa77656d6f04ec6d3:/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,