X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flogin%2Fsysfs-show.c;h=3c03bd1f2e78f57480b4198d94b3fe3b49caeb36;hp=fc3af75876ba512c81f4bc9f6590079859f105a7;hb=2d96536dd7ef371c94be70cd9fb0fcbc0e5a0329;hpb=eb124a97fb72d076014253b1acde69d428f15ecf diff --git a/src/login/sysfs-show.c b/src/login/sysfs-show.c index fc3af7587..3c03bd1f2 100644 --- a/src/login/sysfs-show.c +++ b/src/login/sysfs-show.c @@ -68,7 +68,7 @@ static int show_sysfs_one( continue; } - is_master = udev_device_has_tag(d, "seat-master"); + is_master = udev_device_has_tag(d, "master-of-seat"); name = udev_device_get_sysattr_value(d, "name"); if (!name)