Drop has_pipe_reject_remote_clients flag

This commit is contained in:
Corinna Vinschen
2015-12-15 16:02:35 +01:00
parent 23a556f2c5
commit 0bf159ab72
4 changed files with 2 additions and 14 deletions

View File

@ -1783,8 +1783,7 @@ fhandler_pty_master::setup ()
| FILE_FLAG_FIRST_PIPE_INSTANCE,
PIPE_WAIT | PIPE_TYPE_MESSAGE
| PIPE_READMODE_MESSAGE
| (wincap.has_pipe_reject_remote_clients ()
? PIPE_REJECT_REMOTE_CLIENTS : 0),
| PIPE_REJECT_REMOTE_CLIENTS,
1, 4096, 4096, 0, &sec_all_nih);
if (master_ctl == INVALID_HANDLE_VALUE)
{