Skip to content

Commit

Permalink
Allow connections to X servers with no access control
Browse files Browse the repository at this point in the history
  • Loading branch information
mwitmer committed Aug 26, 2013
1 parent 7691f00 commit 1386709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xcb/xml/auth.scm
Expand Up @@ -137,8 +137,8 @@
byte-order
protocol-major-version
protocol-minor-version
(string->xcb (assq-ref auth 'protocol))
(bv->xcb-string (assq-ref auth 'data))))
(string->xcb (or (assq-ref auth 'protocol) ""))
(bv->xcb-string (or (assq-ref auth 'data) #vu8()))))

(xcb-enable-xproto!/c xcb-conn #f)

Expand Down

0 comments on commit 1386709

Please sign in to comment.