Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion console.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
Loading