icecat: add release icecat-140.8.0-2 for aramo

This commit is contained in:
Ark74 2026-03-11 06:58:43 -06:00
parent d9a6c0aa96
commit d570f39e11
616 changed files with 39955 additions and 33937 deletions

View file

@ -54,11 +54,9 @@ class nsAuthGSSAPI final : public nsIAuthModule {
gss_ctx_id_t mCtx;
gss_OID mMechOID;
nsCString mServiceName;
uint32_t mServiceFlags = REQ_DEFAULT;
uint32_t mServiceFlags;
nsString mUsername;
bool mComplete = false;
bool mDelegationRequested = false;
bool mDelegationSupported = false;
bool mComplete;
};
#endif /* nsAuthGSSAPI_h__ */