Bustage fix following bug 301030, better assignment. r+sr=bz. Sorry for the burning.

git-svn-id: svn://10.0.0.236/trunk@177468 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mark%moxienet.com
2005-08-09 23:06:55 +00:00
parent b3e6d75383
commit c12cdfba97

View File

@@ -220,7 +220,7 @@ gssInit()
}
#ifdef XP_MACOSX
if (gssNativeImp &&
!((PRFuncPtr)KLCacheHasValidTickets_ptr =
!(KLCacheHasValidTicketsPtr =
PR_FindFunctionSymbol(lib, "KLCacheHasValidTickets"))) {
LOG(("Fail to load KLCacheHasValidTickets function from gssapi library\n"));
PR_UnloadLibrary(lib);