afsd-20040506
[openafs.git] / src / WINNT / afsd / afsd_init.c
index 30b905c..8f428fe 100644 (file)
@@ -94,6 +94,12 @@ int cm_dnsEnabled = 1;
 
 char cm_NetBiosName[32];
 
+extern initUpperCaseTable();
+void afsd_initUpperCaseTable() 
+{
+       initUpperCaseTable();
+}
+
 void
 afsi_start()
 {
@@ -211,6 +217,8 @@ int afsd_InitCM(char **reasonP)
 
        WSAStartup(0x0101, &WSAjunk);
 
+    afsd_initUpperCaseTable();
+
        /* setup osidebug server at RPC slot 1000 */
        osi_LongToUID(1000, &debugID);
        code = osi_InitDebug(&debugID);