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
This commit is contained in:
Michal Schmidt 2012-12-12 22:24:04 +01:00
parent f4443fa597
commit 6b2b6f30e3
1 changed files with 1 additions and 1 deletions

View File

@ -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(