X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogin%2Fsysfs-show.c;h=3c03bd1f2e78f57480b4198d94b3fe3b49caeb36;hb=737563e4bb1606cae1dd0e9484f9e82da466fe76;hp=fc3af75876ba512c81f4bc9f6590079859f105a7;hpb=5d1fb81b2c602abd2605f6e50810ac7fcb06c024;p=elogind.git 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)