From: Jeffrey Altman Date: Fri, 29 Feb 2008 15:45:21 +0000 (+0000) Subject: windows-dnlc-20080229 X-Git-Tag: BP-openafs-windows-kdfs-ifs~63 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fccf05a96d038a1a911a95d309ecb08090d2c6a1;p=packages%2Fo%2Fopenafs.git windows-dnlc-20080229 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. --- diff --git a/src/WINNT/afsd/cm_dnlc.c b/src/WINNT/afsd/cm_dnlc.c index fce669432..91a474cba 100644 --- a/src/WINNT/afsd/cm_dnlc.c +++ b/src/WINNT/afsd/cm_dnlc.c @@ -667,9 +667,6 @@ cm_dnlcInit(int newFile) RegCloseKey (parmKey); } - if (!cm_useDnlc) - return ; - if ( cm_debugDnlc ) osi_Log0(afsd_logp,"cm_dnlcInit");