summaryrefslogtreecommitdiffstats
path: root/discover/udev.c
diff options
context:
space:
mode:
Diffstat (limited to 'discover/udev.c')
-rw-r--r--discover/udev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/udev.c b/discover/udev.c
index 09c24fd..3127ec2 100644
--- a/discover/udev.c
+++ b/discover/udev.c
@@ -135,7 +135,7 @@ static int udev_handle_dev_add(struct pb_udev *udev, struct udev_device *dev)
prop = udev_device_get_property_value(dev, "ID_FS_LABEL");
if (prop)
ddev->label = talloc_strdup(ddev, prop);
- ddev->device->type = DEVICE_TYPE_DISK;
+ ddev->device->type = cdrom ? DEVICE_TYPE_OPTICAL : DEVICE_TYPE_DISK;
udev_setup_device_params(dev, ddev);
OpenPOWER on IntegriCloud