mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
perf: fix typo
Typo when polkit/sysprofd is unavailable to pre-authorize the request.
This commit is contained in:
@ -605,7 +605,7 @@ sp_perf_counter_authorize_async (GCancellable *cancellable,
|
||||
sp_perf_counter_get_bus_cb,
|
||||
g_object_ref (task));
|
||||
#else
|
||||
g_task_return_new_error (error,
|
||||
g_task_return_new_error (task,
|
||||
G_IO_ERROR,
|
||||
G_IO_ERROR_NOT_SUPPORTED,
|
||||
"Sysprofd is not supported in current configuration");
|
||||
|
||||
Reference in New Issue
Block a user