]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* Added an everything-buffering thingi so we can do Content-length:
[citadel.git] / webcit / webcit.c
index d61817e8031c61e7b451dfffa8673fe73d079140..7dfca75d200929331129a7090b00285c6e0ce996 100644 (file)
@@ -850,8 +850,8 @@ void session_loop(struct httprequest *req)
        strcpy(c_password, "");
        strcpy(c_roomname, "");
        strcpy(c_httpauth_string, "");
-       strcpy(c_httpauth_user, "");
-       strcpy(c_httpauth_pass, "");
+       strcpy(c_httpauth_user, DEFAULT_HTTPAUTH_USER);
+       strcpy(c_httpauth_pass, DEFAULT_HTTPAUTH_PASS);
 
        WC->upload_length = 0;
        WC->upload = NULL;