Skip to content

Commit

Permalink
Beautify
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann committed Jul 13, 2024
1 parent 916c97c commit 4fb7c08
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 @@ -1003,7 +1003,7 @@ int sockread(char *s, int *len, sock_list *slist, int slistmax, int tclonly)
} else
debug2("net: sockread(): SSL_read() error = %s (%i)",
ERR_error_string(ERR_get_error(), 0), err);
putlog(LOG_MISC, "*", "NET: SSL read failed. Unexpected EOF or Non-SSL connection?");
putlog(LOG_MISC, "*", "net: SSL read failed. Unexpected EOF or Non-SSL connection?");
}
x = -1;
}
Expand Down

0 comments on commit 4fb7c08

Please sign in to comment.