Obtain afs status items directly from afs.
[paraslash.git] / attribute.c
index 4784aee96caef2cf6f2a2e809b4998bcc446aa69..dc375c1d8dc57aea4e5ed06c7bfdf6092fa16880 100644 (file)
@@ -587,7 +587,7 @@ static int attribute_open(const char *dir)
                return ret;
        }
        attribute_table = NULL;
-       if (ret >= 0 || is_errno(-ret, ENOENT))
+       if (ret >= 0 || ret == -OSL_ERRNO_TO_PARA_ERROR(E_OSL_NOENT))
                return 1;
        return ret;
 }