From: Ben Kaduk Date: Wed, 13 Aug 2014 20:31:49 +0000 (-0400) Subject: comment some future cleanup for cc_mslsa.c X-Git-Tag: kfw-4.1-beta1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3db53cc182a780f64c7ebfe3f2381f49c37716b;p=thirdparty%2Fkrb5.git comment some future cleanup for cc_mslsa.c The function does_query_ticket_cache_ex2() will not be needed once Windows Server 2003 drops out of support in approximately one year's time. Note the doom timer at its definition, to facilitate future cleanup. (cherry picked from commit 9d16f24e59e2a0f0809741236344394da49935e2) ticket: 7989 version_fixed: 1.13.3 --- diff --git a/src/lib/krb5/ccache/cc_mslsa.c b/src/lib/krb5/ccache/cc_mslsa.c index 2212bb3c65..0fe564cb6d 100644 --- a/src/lib/krb5/ccache/cc_mslsa.c +++ b/src/lib/krb5/ccache/cc_mslsa.c @@ -466,6 +466,11 @@ PackageConnectLookup(HANDLE *pLogonHandle, ULONG *pPackageId) } +/* + * This runtime check is only needed on Windows XP and Server 2003. + * It can safely be removed when we no longer wish to support any + * versions of those platforms. + */ static BOOL does_query_ticket_cache_ex2 (void) {