mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Damn copy/paste bug.
svn path=/trunk/; revision=23623
This commit is contained in:
@@ -1096,7 +1096,7 @@ IoGetDiskDeviceObject(IN PDEVICE_OBJECT FileSystemDeviceObject,
|
||||
else
|
||||
{
|
||||
/* It's not, so return failure */
|
||||
return STATUS_VOLUME_DISMOUNTED;
|
||||
Status = STATUS_VOLUME_DISMOUNTED;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user