]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
localectl: drop duplicate property entry
authorDavid Tardon <dtardon@redhat.com>
Fri, 18 May 2018 14:52:01 +0000 (16:52 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 18 May 2018 18:37:29 +0000 (20:37 +0200)
src/locale/localectl.c

index f7068a44b6bd8dbcc5b8b4d1dff212cbcca89160..473b28de4db3e9094b59c726610f27f1ade5d7ea 100644 (file)
@@ -127,7 +127,6 @@ static void print_status_info(StatusInfo *i) {
 static int show_status(int argc, char **argv, void *userdata) {
         _cleanup_(status_info_clear) StatusInfo info = {};
         static const struct bus_properties_map map[]  = {
-                { "VConsoleKeymap",       "s",  NULL, offsetof(StatusInfo, vconsole_keymap) },
                 { "VConsoleKeymap",       "s",  NULL, offsetof(StatusInfo, vconsole_keymap) },
                 { "VConsoleKeymapToggle", "s",  NULL, offsetof(StatusInfo, vconsole_keymap_toggle) },
                 { "X11Layout",            "s",  NULL, offsetof(StatusInfo, x11_layout) },