Bug 286990 nsHttpNegotiateAuth.cpp behaves different in debug/non-debug

r+sr=darin
This commit is contained in:
cbiesinger%web.de 2005-08-09 23:06:50 +00:00
Родитель d513302677
Коммит ea4d4c8645
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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
//