--- libaitcli/src/aitcli.c 2016/08/18 09:12:39 1.14.2.2 +++ libaitcli/src/aitcli.c 2016/08/18 09:18:29 1.14.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcli.c,v 1.14.2.2 2016/08/18 09:12:39 misho Exp $ +* $Id: aitcli.c,v 1.14.2.3 2016/08/18 09:18:29 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -1400,7 +1400,6 @@ cliNetLoop(linebuffer_t * __restrict cli_buffer, const break; } - FD_ISSET(sock, &fds) ? sock : pty; s = FD_ISSET(sock, &fds) ? pty : sock; if (FD_ISSET(sock, &fds)) {