From c752664b0e753515f175ed1bf06243d3a141091a Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Mon, 26 Oct 2009 20:29:13 +0100 Subject: [PATCH] back out http://hg.mozilla.org/mozilla-central/rev/f825915212d4 --- extensions/auth/nsAuthGSSAPI.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/extensions/auth/nsAuthGSSAPI.cpp b/extensions/auth/nsAuthGSSAPI.cpp index 506e5685f53f..07b6fe593d2d 100644 --- a/extensions/auth/nsAuthGSSAPI.cpp +++ b/extensions/auth/nsAuthGSSAPI.cpp @@ -72,10 +72,6 @@ typedef KLStatus (*KLCacheHasValidTickets_type)( char **); #endif -#if defined(HAVE_RES_NINIT) -#include -#endif - //----------------------------------------------------------------------------- // We define GSS_C_NT_HOSTBASED_SERVICE explicitly since it may be referenced @@ -420,7 +416,6 @@ nsAuthGSSAPI::GetNextToken(const void *inToken, input_token.value = (void *)mServiceName.get(); input_token.length = mServiceName.Length() + 1; - res_ninit(&_res); major_status = gss_import_name_ptr(&minor_status, &input_token, &gss_c_nt_hostbased_service,