[MOUNTMGR] Fix IsFtVolume so that it returns TRUE only for FT volumes

This commit is contained in:
Pierre Schweitzer 2019-10-19 16:52:29 +02:00
parent 225a1e92bd
commit 961693f060
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -393,7 +393,7 @@ IsFtVolume(IN PUNICODE_STRING SymbolicName)
}
/* Check if this is a FT volume */
return IsRecognizedPartition(PartitionInfo.PartitionType);
return IsFTPartition(PartitionInfo.PartitionType);
}
/*