perf: fix typo

Typo when polkit/sysprofd is unavailable to pre-authorize the request.
This commit is contained in:
Christian Hergert
2016-04-16 17:14:42 -07:00
parent 4479c56135
commit f5904bc493

View File

@ -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");