mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 533529 - Use credentials instead of context for sspi init check. r-bz.
This commit is contained in:
parent
ea1d1d7c7b
commit
c29fca907b
@ -315,7 +315,7 @@ nsAuthSSPI::GetNextToken(const void *inToken,
|
||||
|
||||
LOG(("entering nsAuthSSPI::GetNextToken()\n"));
|
||||
|
||||
if (!mCtxt.dwLower && !mCtxt.dwUpper) {
|
||||
if (!mCred.dwLower && !mCred.dwUpper) {
|
||||
LOG(("nsAuthSSPI::GetNextToken(), not initialized. exiting."));
|
||||
return NS_ERROR_NOT_INITIALIZED;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user