forgot loop increment!

SVN revision: 48856
This commit is contained in:
Mike Blumenkrantz 2010-05-14 07:09:19 +00:00
parent 77fa364241
commit d04755d2a2
1 changed files with 2 additions and 0 deletions

View File

@ -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;