libxtrans: Changes to 'master'

Adam Jackson ajax at kemper.freedesktop.org
Mon Mar 24 12:40:42 PDT 2008


 Xtranssock.c |   23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

New commits:
commit 556a351de83fc6f401b02213dae95731553c216d
Author: Loïc Minier <lool at dooz.org>
Date:   Mon Mar 24 15:38:27 2008 -0400

    Bug #10489: Don't retry unix socket connect()s on ENOENT.
    
    If the socket isn't there, it's not gonna magically appear.  Either it's
    a server socket and you should have just waited for the SIGUSR1 from the
    server, or it's a stale reference to an ICE socket.
    
    However, do retry once, so fallback from abstract to filesystem namespace
    works.
    
    Originally Debian bug #385976.



More information about the xorg-commit mailing list