MXS-2483: Move SSL configuration into SSLConfig
This way the configuration information can be accessed without the SSLContext.
This commit is contained in:
@ -52,7 +52,7 @@ static bool pam_backend_auth_extract(DCB* dcb, GWBUF* buffer)
|
||||
*/
|
||||
static bool pam_backend_auth_connectssl(DCB* dcb)
|
||||
{
|
||||
return dcb->server->ssl_context() != NULL;
|
||||
return dcb->server->ssl_context();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user