From: Jeffrey Altman Date: Fri, 29 Apr 2005 20:51:18 +0000 (+0000) Subject: windows-fix-kfw-dependency-20050429 X-Git-Tag: openafs-devel-1_5_0~586 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2a46337042e9aee6ddb3152f8edd892db7ebdeb4;p=packages%2Fo%2Fopenafs.git windows-fix-kfw-dependency-20050429 a failure to install KFW would lead to crashes --- diff --git a/src/sys/pioctl_nt.c b/src/sys/pioctl_nt.c index 05c150999..74ab76279 100644 --- a/src/sys/pioctl_nt.c +++ b/src/sys/pioctl_nt.c @@ -246,8 +246,9 @@ IsKrb5Available() hKrb5DLL = 0; return FALSE; } + return TRUE; } - return TRUE; + return FALSE; } static BOOL