mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-01 17:30:13 +01:00
Autotools compile fix.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99622
This commit is contained in:
parent
7d2d823707
commit
dfbeefb2eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue