Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ortmann committed Nov 21, 2023
1 parent a5d7b59 commit 5ce242c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ int sockread(char *s, int *len, sock_list *slist, int slistmax, int tclonly)
struct dns_thread_node *dtn, *dtn_prev;
#endif

/* For each sock, first check for SSL_pending(), the check for select() */
/* For each sock, first check SSL_pending(), the check select() */
#ifdef TLS
if (!tclonly)
for (i = 0; i < slistmax; i++)
Expand Down

0 comments on commit 5ce242c

Please sign in to comment.