diff --git a/console.c b/console.c index f76140e06..701ea7bca 100644 --- a/console.c +++ b/console.c @@ -588,7 +588,7 @@ static int cmd_select(int nfds, FD_ZERO(readfds); FD_SET(infd, readfds); - /* If web not ready listen */ + /* If web_fd is available, add to readfds */ if (web_fd != -1) FD_SET(web_fd, readfds);