* do_logout
authorArt Cancro <ajc@citadel.org>
Wed, 25 Feb 2004 23:11:49 +0000 (23:11 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 25 Feb 2004 23:11:49 +0000 (23:11 +0000)
webcit/context_loop.c

index 5ac2ddaa7e8e74e892eceb352fb84ece20eb0b2a..e6842f9ce63a745de65641f70a44644b7e2b68b5 100644 (file)
@@ -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");