From 18c7cbe22f6d341a500c81fc78eb0089b53c198a Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Mon, 28 Jun 2004 18:09:50 +0000 Subject: [PATCH] backing out last change --- extensions/negotiateauth/nsNegotiateAuthGSSAPI.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/extensions/negotiateauth/nsNegotiateAuthGSSAPI.cpp b/extensions/negotiateauth/nsNegotiateAuthGSSAPI.cpp index a89399d382a8..3995604d136d 100644 --- a/extensions/negotiateauth/nsNegotiateAuthGSSAPI.cpp +++ b/extensions/negotiateauth/nsNegotiateAuthGSSAPI.cpp @@ -219,16 +219,6 @@ nsNegotiateAuth::GetNextToken(const void *inToken, Reset(); } -#if defined(XP_MACOSX) - // Suppress Kerberos prompts to get credentials. See bug 240643. - KLBoolean found; - if (KLCacheHasValidTickets(NULL, kerberosVersion_V5, &found, NULL, NULL) != klNoErr || !found) - { - major_status = GSS_S_FAILURE; - minor_status = 0; - } - else -#endif /* XP_MACOSX */ major_status = gss_init_sec_context(&minor_status, GSS_C_NO_CREDENTIAL, &mCtx,