Skip to content

Commit

Permalink
Cleanup / Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ortmann committed Aug 30, 2023
1 parent b817fdd commit a9ed9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ static void dcc_telnet(int idx, char *buf, int i)
putlog(LOG_MISC, "*", DCC_FAILED, strerror(errno));
return;
}
/* Buffer data received on this socket. */
/* Buffer data received on this socket. */
sockoptions(sock, EGG_OPTION_SET, SOCK_BUFFER);

if (port < 1024) {
Expand Down

0 comments on commit a9ed9d4

Please sign in to comment.