From: Michal Schmidt Date: Wed, 12 Dec 2012 21:24:04 +0000 (+0100) Subject: localectl: fix dbus call arguments in set_x11_keymap X-Git-Tag: v197~130 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=6b2b6f30e38d67b032d6bdc6b47ae05e143e96c5;hp=f4443fa5976eca51661947dd4df60847213f27fa localectl: fix dbus call arguments in set_x11_keymap Fixes an assertion failure in the dbus lib. https://bugzilla.redhat.com/show_bug.cgi?id=882212 --- diff --git a/src/locale/localectl.c b/src/locale/localectl.c index fa73bcaac..383a17dee 100644 --- a/src/locale/localectl.c +++ b/src/locale/localectl.c @@ -537,7 +537,7 @@ static int set_x11_keymap(DBusConnection *bus, char **args, unsigned n) { layout = args[1]; model = n > 2 ? args[2] : ""; variant = n > 3 ? args[3] : ""; - options = n > 3 ? args[4] : ""; + options = n > 4 ? args[4] : ""; b = arg_convert; return bus_method_call_with_reply(