ntdll: Change master/slave to more neutral words.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
André Hentschel 2020-06-18 13:34:28 +02:00 committed by Alexandre Julliard
parent 9f974579b6
commit 5f9f827fd4
1 changed files with 1 additions and 1 deletions

View File

@ -2029,7 +2029,7 @@ static NTSTATUS CDROM_GetAddress(int fd, SCSI_ADDRESS* address)
address->PortNumber = portnum; /* primary=0 secondary=1 for ide */
address->PathId = busid; /* always 0 for ide */
address->TargetId = targetid; /* master=0 slave=1 for ide */
address->TargetId = targetid; /* device id 0/1 for ide */
address->Lun = lun;
return STATUS_SUCCESS;
}