mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
windows-fix-kfw-dependency-20050429
a failure to install KFW would lead to crashes
This commit is contained in:
parent
e89913282c
commit
2a46337042
@ -246,8 +246,9 @@ IsKrb5Available()
|
||||
hKrb5DLL = 0;
|
||||
return FALSE;
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static BOOL
|
||||
|
Loading…
x
Reference in New Issue
Block a user