server: Use set_active_screen_buffer for consoles attached to server.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2020-10-01 15:10:26 +02:00 committed by Alexandre Julliard
parent 95e1de8215
commit fa9f4a20f5
1 changed files with 0 additions and 4 deletions

View File

@ -2130,10 +2130,6 @@ static int screen_buffer_ioctl( struct fd *fd, ioctl_code_t code, struct async *
}
case IOCTL_CONDRV_ACTIVATE:
if (screen_buffer->input && screen_buffer->input->server)
return queue_host_ioctl( screen_buffer->input->server, code, screen_buffer->id,
async, &screen_buffer->ioctl_q );
if (!screen_buffer->input)
{
set_error( STATUS_INVALID_HANDLE );