mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-01 08:52:18 +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:
		| @@ -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 */ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user