зеркало из https://github.com/mozilla/gecko-dev.git
Bug 286990 nsHttpNegotiateAuth.cpp behaves different in debug/non-debug
r+sr=darin
This commit is contained in:
Родитель
d513302677
Коммит
ea4d4c8645
|
@ -219,7 +219,7 @@ nsHttpNegotiateAuth::GenerateCredentials(nsIHttpChannel *httpChannel,
|
|||
#ifdef DEBUG
|
||||
PRBool isGssapiAuth =
|
||||
!PL_strncasecmp(challenge, kNegotiate, kNegotiateLen);
|
||||
NS_ENSURE_TRUE(isGssapiAuth, NS_ERROR_UNEXPECTED);
|
||||
NS_ASSERTION(isGssapiAuth, "Unexpected challenge");
|
||||
#endif
|
||||
|
||||
//
|
||||
|
|
Загрузка…
Ссылка в новой задаче