windows-dnlc-20080229
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 29 Feb 2008 15:45:21 +0000 (15:45 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 29 Feb 2008 15:45:21 +0000 (15:45 +0000)
LICENSE MIT

even if dnlc is not going to be used, the data structures must
still be initialized as they are in the cache file.

src/WINNT/afsd/cm_dnlc.c

index fce6694..91a474c 100644 (file)
@@ -667,9 +667,6 @@ cm_dnlcInit(int newFile)
         RegCloseKey (parmKey);
     }
 
-    if (!cm_useDnlc)
-        return ;
-
     if ( cm_debugDnlc )
        osi_Log0(afsd_logp,"cm_dnlcInit");