don't fetch the error-msg a second time
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@675 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.6
parent
cdd1f9547b
commit
3553b694d0
|
@ -243,7 +243,7 @@ static int connection_handle_read(server *srv, connection *con) {
|
|||
/* a unencrypted HTTP request on a HTTPS socket. Do a redirect to the right location */
|
||||
default:
|
||||
log_error_write(srv, __FILE__, __LINE__, "sds", "SSL:",
|
||||
r, ERR_error_string(ERR_get_error(), NULL));
|
||||
r, ERR_error_string(ssl_err, NULL));
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue