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-c4023f1b3aa9
svn/tags/lighttpd-1.4.6
Jan Kneschke 2005-09-02 10:44:44 +00:00
parent cdd1f9547b
commit 3553b694d0
1 changed files with 1 additions and 1 deletions

View File

@ -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;