Removed unnecessary call to SSL_get_error from dcb_accept_SSL.
This commit is contained in:
parent
13fb88ea07
commit
0f199d924f
@ -3010,7 +3010,7 @@ int dcb_accept_SSL(DCB* dcb)
|
||||
do
|
||||
{
|
||||
ssl_rval = SSL_accept(dcb->ssl);
|
||||
errnum = SSL_get_error(dcb->ssl,ssl_rval);
|
||||
|
||||
LOGIF(LD,(skygw_log_write_flush(LD,"[dcb_accept_SSL] SSL_accept %d, error %d",
|
||||
ssl_rval,errnum)));
|
||||
switch(ssl_rval)
|
||||
|
Loading…
x
Reference in New Issue
Block a user