mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bustage fix following bug 301030, better assignment. r+sr=bz. Sorry for the burning.
This commit is contained in:
parent
f98cf3f7dc
commit
adb146eda2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user