diff options
author | Ray Strode <rstrode@redhat.com> | 2018-05-14 14:48:31 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2018-05-16 10:01:15 -0400 |
commit | 6f8498ca6ccf09877d262077becd71f26c941174 (patch) | |
tree | 8c9dbeb36ec604b1d48945a55be17def8ca3236d /data | |
parent | ccba35d58ae27b02979310d5914a96186afa31de (diff) | |
download | gdm-6f8498ca6ccf09877d262077becd71f26c941174.tar.gz |
libgdm: drop support for serializing multiple opens
Right now libgdm tries to handle multiple simultaneous
open calls at the same time by serializing the requests
and giving them all the same connection. It's broken,
though.
- The pending_opens list is never populated, so we
end up just doing multiple simultaneous open
operations at a time anyway.
- The finish code ends up calling
g_task_return_error (task, NULL) instead of
g_task_return_pointer in the non-error case.
Since the feature doesn't work, drop it for now.
https://bugzilla.gnome.org/show_bug.cgi?id=795940
Diffstat (limited to 'data')
0 files changed, 0 insertions, 0 deletions