chiark / gitweb /
loginctl: use show_properties() to get login1 properties
authorDjalal Harouni <tixxdz@opendz.org>
Tue, 17 Dec 2013 18:42:01 +0000 (19:42 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 19 Dec 2013 04:58:24 +0000 (23:58 -0500)
commit97aa7b478177f200d250dc0186f49e52b5f6e3c8
tree13cedef2b40a5eab5366f4e353c71fd8426d5f94
parent1c3051eba4f2a3cbb8417f8d2e11699a67987700
loginctl: use show_properties() to get login1 properties

Commit f8f14b3654bcd introduced a regression that makes loginctl ignore
the "--property" option.

This patch fixes the bug, it uses a new show_properties() function to
query and filter properties.
src/login/loginctl.c