[PATCH] close sockets in AbortServer()

2008-10-20 Thread Matthieu Herrb
Hi, while implementing or testing new features, I'm getting tired of having to remove the /tmp/.X11-unix/X0 socket that's left around when X crashes. The attached patch fixes it. I wonder if there are reasons for not doing that, or if it's some oversight (may be the xtrans implementation for

Re: [PATCH] close sockets in AbortServer()

2008-10-20 Thread Adam Jackson
On Mon, 2008-10-20 at 12:35 +0200, Matthieu Herrb wrote: Hi, while implementing or testing new features, I'm getting tired of having to remove the /tmp/.X11-unix/X0 socket that's left around when X crashes. The attached patch fixes it. I wonder if there are reasons for not doing that, or