mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[CLASS2]
- Add back an accidentally removed line svn path=/branches/usb-bringup-trunk/; revision=55137
This commit is contained in:
parent
fa62dde61b
commit
cd1f4631f1
1 changed files with 3 additions and 0 deletions
|
@ -373,6 +373,9 @@ ScsiClassAddDevice(
|
|||
|
||||
/* Assign a drive letter */
|
||||
ScsiClassAssignDriveLetter(DeviceInfo);
|
||||
|
||||
/* Move to the next port number */
|
||||
DriverExtension->PortNumber++;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue