icecat: add release icecat-140.7.0-1gnu1 for ecne
This commit is contained in:
parent
7d0f5dab3b
commit
30225f2e73
156 changed files with 9131 additions and 4525 deletions
|
|
@ -54,9 +54,11 @@ class nsAuthGSSAPI final : public nsIAuthModule {
|
|||
gss_ctx_id_t mCtx;
|
||||
gss_OID mMechOID;
|
||||
nsCString mServiceName;
|
||||
uint32_t mServiceFlags;
|
||||
uint32_t mServiceFlags = REQ_DEFAULT;
|
||||
nsString mUsername;
|
||||
bool mComplete;
|
||||
bool mComplete = false;
|
||||
bool mDelegationRequested = false;
|
||||
bool mDelegationSupported = false;
|
||||
};
|
||||
|
||||
#endif /* nsAuthGSSAPI_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue