diff options
| author | Chuck Tuffli <chuck@FreeBSD.org> | 2019-06-09 02:06:31 +0000 |
|---|---|---|
| committer | Chuck Tuffli <chuck@FreeBSD.org> | 2019-06-09 02:06:31 +0000 |
| commit | c3308a946999087e94335c85a01838e4e83b408f (patch) | |
| tree | eb80807e7a469206a3d661554ade9afd8300268e /usr.sbin/camdd | |
| parent | 6c53fea7d62edeeb7d1e0d2d1da922a3a67c0bce (diff) | |
Notes
Diffstat (limited to 'usr.sbin/camdd')
| -rw-r--r-- | usr.sbin/camdd/camdd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/camdd/camdd.c b/usr.sbin/camdd/camdd.c index 52ea53bdf6dc..b3d56c659d1d 100644 --- a/usr.sbin/camdd/camdd.c +++ b/usr.sbin/camdd/camdd.c @@ -1475,7 +1475,7 @@ camdd_probe_pass(struct cam_device *cam_dev, struct camdd_io_opts *io_opts, struct kevent ke; struct ccb_getdev cgd; int retval; - int scsi_dev_type; + int scsi_dev_type = T_NODEVICE; if ((retval = camdd_get_cgd(cam_dev, &cgd)) != 0) { warnx("%s: error retrieving CGD", __func__); |
