windows-unicode-20080527
[openafs.git] / src / WINNT / afsd / afsd_flushvol.c
index 02300c0..640e9ec 100644 (file)
@@ -152,7 +152,7 @@ afsd_ServicePerformFlushVolumes()
             {
                 // got one!
                 // but we don't want to flush '\\[...]afs\all'
-                if (_stricmp(lpnr->lpRemoteName, pszShareName) == 0)
+                if (cm_stricmp_utf8(lpnr->lpRemoteName, pszShareName) == 0)
                     continue;
                 ++dwTotalVols;