diff --git a/legacy/eeze/src/lib/udev/eeze_udev_watch.c b/legacy/eeze/src/lib/udev/eeze_udev_watch.c index bc0bdf6c67..fab12c934d 100644 --- a/legacy/eeze/src/lib/udev/eeze_udev_watch.c +++ b/legacy/eeze/src/lib/udev/eeze_udev_watch.c @@ -38,6 +38,8 @@ _walk_parents_for_attr(struct udev_device *device, const char *sysattr, const ch return 1; else if (!strcmp(test, value)) return 1; + + child = parent; } return 0;