FreeRDP/libfreerdp
Youness Alaoui 02e4f1f256 Do not delete the listener socket right after creating it.
The listener server socket file needs to be deleted before we bind it
otherwise it's an "address already in use" error. But it was getting
deleted after the bind, causing the file to disappear, and preventing
anyone from connecting to the listener socket since the socket stops
existing.

This is caused by commit 884e87fde4
2017-10-27 15:01:29 -04:00
..
cache cache: Use Bitmap_Free instead of free 2017-09-07 09:38:44 +02:00
codec Removed unused function pointer 2017-10-18 09:52:41 +02:00
common extend /size to allow width or height percentages (#4146) 2017-09-25 09:35:49 +02:00
core Do not delete the listener socket right after creating it. 2017-10-27 15:01:29 -04:00
crypto Fixed certificate check return. 2017-07-28 08:35:41 +02:00
gdi egfx: fix disconnection caused by invalid cache entries due to wrong announced cache size 2017-10-10 17:12:16 +02:00
locale Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
primitives primitives/yuv: fix endianess issue 2017-10-19 11:55:13 +02:00
utils fix clang warnings, directly include wtypes.h (#4097) 2017-08-29 09:09:38 +02:00
CMakeLists.txt Disable GFX H264 if no backend compiled in. 2017-07-17 09:25:21 +02:00
freerdp.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
FreeRDPConfig.cmake.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00