diff options
Diffstat (limited to 'udev/udev-watch.c')
-rw-r--r-- | udev/udev-watch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/udev/udev-watch.c b/udev/udev-watch.c index 5a49c963da..102e16f81d 100644 --- a/udev/udev-watch.c +++ b/udev/udev-watch.c @@ -121,6 +121,7 @@ void udev_watch_begin(struct udev *udev, struct udev_device *dev) if (wd < 0) { err(udev, "inotify_add_watch(%d, %s, %o) failed: %m\n", inotify_fd, udev_device_get_devnode(dev), IN_CLOSE_WRITE); + return; } snprintf(filename, sizeof(filename), "%s/.udev/watch/%d", udev_get_dev_path(udev), wd); |