mirror of
https://github.com/vidarh/ruby-x11
synced 2024-12-25 09:59:00 +01:00
Make sure exceptions during connection aren't papered over any more.
This commit is contained in:
parent
7f7db9f571
commit
0272848944
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,7 @@ module X11
|
|||
family = :Internet
|
||||
end
|
||||
|
||||
# FIXME
|
||||
authorize(host, family, display_id) rescue nil
|
||||
authorize(host, family, display_id)
|
||||
|
||||
@requestseq = 1
|
||||
@queue = []
|
||||
|
|
Loading…
Reference in a new issue