mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
Oops, forgot to count non-changer drives..
Broken by: sos Reported by: phk
This commit is contained in:
parent
dc6393aa53
commit
b113690ced
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30968
@ -13,7 +13,7 @@
|
||||
* all derivative works or modified versions.
|
||||
*
|
||||
* From: Version 1.9, Mon Oct 9 20:27:42 MSK 1995
|
||||
* $Id$
|
||||
* $Id: wcd.c,v 1.46 1997/10/29 22:11:00 sos Exp $
|
||||
*/
|
||||
|
||||
#include "wdc.h"
|
||||
@ -434,6 +434,8 @@ wcdattach (struct atapi *ata, int unit, struct atapi_params *ap, int debug)
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
wcdnlun++;
|
||||
return (1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user