Re: [PATCH xserver] os/xdmcp: Don't create a new socket in XdmcpReset()

2018-03-06 Thread Alexander Volkov
26.02.2018 19:53, Alexander Volkov пишет: xdmcpSocket survives during the reset, there is no need to create a new one. This commit restores logic that was broken by 49c0f2413d32fdfe36e45861fcb32aaeab633094 in Xorg 1.19. Signed-off-by: Alexander Volkov --- os/xdmcp.c | 12 +--- 1 fil

[PATCH xserver] os/xdmcp: Don't create a new socket in XdmcpReset()

2018-02-26 Thread Alexander Volkov
xdmcpSocket survives during the reset, there is no need to create a new one. This commit restores logic that was broken by 49c0f2413d32fdfe36e45861fcb32aaeab633094 in Xorg 1.19. Signed-off-by: Alexander Volkov --- os/xdmcp.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) di