mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 17:27:03 +00:00
[MOUNTMGR] Fix IsFtVolume so that it returns TRUE only for FT volumes
This commit is contained in:
parent
225a1e92bd
commit
961693f060
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ IsFtVolume(IN PUNICODE_STRING SymbolicName)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Check if this is a FT volume */
|
/* Check if this is a FT volume */
|
||||||
return IsRecognizedPartition(PartitionInfo.PartitionType);
|
return IsFTPartition(PartitionInfo.PartitionType);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue