1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-05-10 23:58:51 -05:00

sys, dll: ea testing

This commit is contained in:
Bill Zissimopoulos
2019-03-15 11:21:11 -07:00
parent d3efdd9219
commit 9fd491fa3d
3 changed files with 27 additions and 3 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ static NTSTATUS FspFsvolCreateNoLock(
if (0 != EaBuffer)
{
/* does the file system support EA? */
if (FsvolDeviceExtension->VolumeParams.ExtendedAttributes)
if (!FsvolDeviceExtension->VolumeParams.ExtendedAttributes)
return STATUS_EAS_NOT_SUPPORTED;
/* do we need EA knowledge? */