]> code.citadel.org Git - citadel.git/blobdiff - webcit/context_loop.c
* Added an everything-buffering thingi so we can do Content-length:
[citadel.git] / webcit / context_loop.c
index 995393b074249556716ba992d2aa85b46830ac77..387d63703e333b1c9b2ef79e498c2d535f398351 100644 (file)
@@ -267,8 +267,8 @@ void context_loop(int sock)
        char httpauth_pass[SIZ];
 
        strcpy(httpauth_string, "");
-       strcpy(httpauth_user, "");
-       strcpy(httpauth_pass, "");
+       strcpy(httpauth_user, DEFAULT_HTTPAUTH_USER);
+       strcpy(httpauth_pass, DEFAULT_HTTPAUTH_PASS);
 
        /*
         * Find out what it is that the web browser is asking for