diff options
Diffstat (limited to 'discover')
-rw-r--r-- | discover/udev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/udev.c b/discover/udev.c index 317b4bc..16e83d5 100644 --- a/discover/udev.c +++ b/discover/udev.c @@ -121,7 +121,7 @@ static int udev_handle_block_add(struct pb_udev *udev, struct udev_device *dev, if (ddev) { pb_log("SKIP: %s UUID [%s] already present (as %s)\n", name, uuid, ddev->device->id); - return -1; + return 0; } } |