Autotools compile fix.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99622
This commit is contained in:
Ralf Habacker 2017-02-04 14:10:09 +01:00
parent 7d2d823707
commit dfbeefb2eb

View file

@ -445,7 +445,7 @@ process_config_first_time_only (BusContext *context,
}
dbus_set_error (error, DBUS_ERROR_FAILED,
"Unsupported auth mechanism \"%s\" in bus config file detected. Supported mechanisms are \"%s\".",
link->data,
(char*)link->data,
_dbus_string_get_const_data (&list));
_dbus_string_free (&list);
goto failed;