- Damn copy/paste bug.

svn path=/trunk/; revision=23623
This commit is contained in:
Alex Ionescu
2006-08-20 20:02:18 +00:00
parent baf87a4cfb
commit 017e14551b
+1 -1
View File
@@ -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