Cygwin: Create empty fhandler_socket_unix
* Make distinct from AF_LOCAL for testing purposes. This will have to be reverted as soon as fhandler_socket_unix goes life. * Move saw_reuseaddr flag back to fhandler_socket status Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@@ -520,6 +520,9 @@ fh_alloc (path_conv& pc)
|
||||
case FH_LOCAL:
|
||||
fh = cnew (fhandler_socket_local);
|
||||
break;
|
||||
case FH_UNIX:
|
||||
fh = cnew (fhandler_socket_unix);
|
||||
break;
|
||||
case FH_FS:
|
||||
fh = cnew (fhandler_disk_file);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user