use-afs-strchr-instead-of-strchr-20021210
[openafs.git] / src / afs / UKERNEL / afs_usrops.c
index 8650349..210bada 100644 (file)
@@ -2172,7 +2172,7 @@ int uafs_LookupName(
        /*
         * terminate the current component and skip over slashes
         */
-       nextPathP = strchr(pathP, '/');
+       nextPathP = afs_strchr(pathP, '/');
        if (nextPathP != NULL) {
            while (*nextPathP == '/') {
                *(nextPathP++) = '\0';