X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fauth.c;h=d61d7c203002e8805e8b9c38864201b358615f98;hb=19efac53a8a87446e66e6e0213d7f9b46af60a48;hp=008e115e4561911d6c21f6b1f56c73e0c7f36660;hpb=2de0bf4c61fbe29da0952c04192739f4d347a31d;p=citadel.git diff --git a/webcit/auth.c b/webcit/auth.c index 008e115e4..d61d7c203 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -957,7 +957,10 @@ 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); - +/* + lprintf(1, "CheckAuthBasic: calculated sessionkey %ld\n", + hdr->HR.SessionKey); +*/ } void GetAuthBasic(ParsedHttpHdrs *hdr)