]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
comment some future cleanup for cc_mslsa.c
authorBen Kaduk <kaduk@mit.edu>
Wed, 13 Aug 2014 20:31:49 +0000 (16:31 -0400)
committerBen Kaduk <kaduk@mit.edu>
Tue, 9 Sep 2014 21:04:38 +0000 (17:04 -0400)
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.

ticket: 7989

src/lib/krb5/ccache/cc_mslsa.c

index 2212bb3c657c64480cf5fa1a6f01771665c95291..0fe564cb6d271454d26d0623811f57f2aac366c9 100644 (file)
@@ -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)
 {