X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fauth.c;h=31c000f521987a1e0c29c59fe39cea68dbd37a21;hp=76fb13dc1dfcf0b4eb80e6d7e2bd1a59cdb6465b;hb=04bb95ce795519c36e7a5d4b0d5b29d4644623ce;hpb=f7b538d716fc80c12ab49d3ca8c4eb48a5c51eb2 diff --git a/webcit/auth.c b/webcit/auth.c index 76fb13dc1..31c000f52 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -477,7 +477,6 @@ void do_welcome(void) * Disconnect from the Citadel server, and end this WebCit session */ void end_webcit_session(void) { - serv_puts("QUIT"); WC->killthis = 1; /* close() of citadel socket will be done by do_housekeeping() */ @@ -950,11 +949,6 @@ void CheckAuthBasic(ParsedHttpHdrs *hdr) */ StrBufAppendBufPlain(hdr->HR.plainauth, HKEY(":"), 0); StrBufAppendBuf(hdr->HR.plainauth, hdr->HR.user_agent, 0); - hdr->HR.SessionKey = hashlittle(SKEY(hdr->HR.plainauth), 89479832); -/* - syslog(1, "CheckAuthBasic: calculated sessionkey %ld\n", - hdr->HR.SessionKey); -*/ }