From: Jeffrey Altman Date: Fri, 29 Apr 2005 20:57:19 +0000 (+0000) Subject: STABLE14-windows-fix-kfw-dependency-20050429 X-Git-Tag: openafs-devel-1_3_82a~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=471b5c4c8363c2126d555f83612c4d22ca65a12d;p=packages%2Fo%2Fopenafs.git STABLE14-windows-fix-kfw-dependency-20050429 if KFW was not installed, pioctl calls could crash (cherry picked from commit 2a46337042e9aee6ddb3152f8edd892db7ebdeb4) --- 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