* fix non cookie request blocking
[citadel.git] / webcit / webcit.h
index 8604155ec53fcf1b846f1c0ed12d02341d662714..36f763077cc8cfa195373093bb3350e2a812ae40 100644 (file)
@@ -433,14 +433,12 @@ typedef struct _ParsedHttpHdrs {
        const char *Pos;
        StrBuf *ReadBuf;
 
-       
-
        StrBuf *c_username;
        StrBuf *c_password;
        StrBuf *c_roomname;
        StrBuf *c_language;
        StrBuf *this_page;                      /**< URL of current page */
-       StrBuf *PlainArgs; /*TODO: freeme*/
+       StrBuf *PlainArgs; 
 
        HashList *urlstrings;                   /**< variables passed to webcit in a URL */
        HashList *HTTPHeaders;                  /**< the headers the client sent us */