mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
Fix endless loop when retrieving properties
This commit is contained in:
parent
d9ec34322d
commit
f24984880e
@ -359,7 +359,7 @@ on_get_properties (GObject *source,
|
||||
GAsyncResult *result,
|
||||
gpointer user_data)
|
||||
{
|
||||
GSimpleAsyncResult *res = G_SIMPLE_ASYNC_RESULT (result);
|
||||
GSimpleAsyncResult *res = G_SIMPLE_ASYNC_RESULT (user_data);
|
||||
GDBusProxy *proxy = G_DBUS_PROXY (g_async_result_get_source_object (user_data));
|
||||
GError *error = NULL;
|
||||
GVariant *retval;
|
||||
|
Loading…
Reference in New Issue
Block a user