From 4879cd62d2d254ae293924f64ea43ed2c864c7cd Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 25 Feb 2004 23:11:49 +0000 Subject: [PATCH] * do_logout --- webcit/context_loop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/webcit/context_loop.c b/webcit/context_loop.c index 5ac2ddaa7..e6842f9ce 100644 --- a/webcit/context_loop.c +++ b/webcit/context_loop.c @@ -324,6 +324,7 @@ void context_loop(int sock) else if ( (strcmp(buf, "/")) && (strncasecmp(buf, "/listsub", 8)) && (strncasecmp(buf, "/freebusy", 9)) + && (strncasecmp(buf, "/do_logout", 10)) && (got_cookie == 0)) { strcpy(req->line, "GET /static/nocookies.html" "?force_close_session=yes HTTP/1.0"); -- 2.39.2