X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fauth.c;h=57f9b39a64a530dda010534f6f45f193a09f8645;hb=9f1da374004be25348cfccb6608c32049d2b47d8;hp=22dbcfbf29911dba2adc680d3c004189487f6a80;hpb=1afc2a72fb40dcf428511fb0d8ce9e4f626bdc2b;p=citadel.git diff --git a/webcit/auth.c b/webcit/auth.c index 22dbcfbf2..57f9b39a6 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -981,6 +981,16 @@ void Header_HandleCookie(StrBuf *Line, ParsedHttpHdrs *hdr) hdr->HR.got_auth = AUTH_COOKIE; } +void +HttpDetachModule_AUTH +(ParsedHttpHdrs *httpreq) +{ + FLUSHStrBuf(httpreq->c_username); + FLUSHStrBuf(httpreq->c_password); + FLUSHStrBuf(httpreq->c_roomname); + FLUSHStrBuf(httpreq->c_language); +} + void HttpDestroyModule_AUTH (ParsedHttpHdrs *httpreq)