Merge branch 'gportay/plymouth-fix-another-bad-assertion'

ply-device-manager: Fix bad assertion

https://gitlab.freedesktop.org/plymouth/plymouth/-/merge_requests/126
This commit is contained in:
Hans de Goede 2021-03-23 11:00:33 +01:00
commit 8a3c9bbf24

View file

@ -522,7 +522,6 @@ watch_for_udev_events (ply_device_manager_t *manager)
int fd;
assert (manager != NULL);
assert (manager->udev_monitor == NULL);
if (manager->fd_watch != NULL)
return;