mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-28 13:12:10 +01:00
tests: Add a missing g_task_return_boolean() in gdbus-server-auth tests
Otherwise the task never returned a value. See https://gitlab.gnome.org/GNOME/glib/-/merge_requests/385 Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
fe89940572
commit
9b68c31b38
@ -210,6 +210,7 @@ libdbus_call_task_cb (GTask *task,
|
||||
libdbus_call->call,
|
||||
-1,
|
||||
&libdbus_call->error);
|
||||
g_task_return_boolean (task, TRUE);
|
||||
}
|
||||
#endif /* HAVE_DBUS1 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user