]> code.citadel.org Git - citadel.git/blobdiff - webcit/context_loop.c
* wDumpContent() is now responsible for </BODY></HTML> most of the
[citadel.git] / webcit / context_loop.c
index 705b3710c8d8b6e4727a0b5a79c9320de376bde6..cf76bca4695ada1302f905d7b77db1181b31d00e 100644 (file)
@@ -256,7 +256,7 @@ void *context_loop(int sock) {
        do {
                req_gets(sock, buf, hold);
                if (!strncasecmp(buf, "Cookie: webcit=", 15)) {
-                       cookie_to_stuff(&buf[15], &desired_session, NULL, NULL, NULL);
+                       cookie_to_stuff(&buf[15], &desired_session, NULL, NULL, NULL, NULL);
                        }
                if (!strncasecmp(buf, "Content-length: ", 16)) {
                        ContentLength = atoi(&buf[16]);