* Ditched the frames mode completely. It wasn't working properly in,
[citadel.git] / webcit / context_loop.c
index 6128100ad233bc0c7da261011e925789a2365e96..1088fc7e173947a456e7b2ede94da33a053c3a63 100644 (file)
@@ -271,7 +271,7 @@ void *context_loop(int sock)
                req_gets(sock, buf, hold);
                if (!strncasecmp(buf, "Cookie: webcit=", 15)) {
                        cookie_to_stuff(&buf[15], &desired_session,
-                               NULL, NULL, NULL, NULL);
+                               NULL, NULL, NULL);
                        got_cookie = 1;
                }
                else if (!strncasecmp(buf, "Content-length: ", 16)) {