chiark / gitweb /
acl: two tag matching is not going to be available in libudev
[elogind.git] / src / logind-dbus.c
index 95bb07a432e733f0a475269898e1764bf6f87ec6..a2a442ee271732d589e1b7db491f2ae4c25c853e 100644 (file)
@@ -541,6 +541,7 @@ static bool device_has_tag(struct udev_device *d, const char *tag) {
         assert(d);
         assert(tag);
 
+        /* FIXME */
         udev_device_get_is_initialized(d);
 
         first = udev_device_get_tags_list_entry(d);