Rename GW_AUTHENTICATOR and GW_BITMASK + cleanup
This commit is contained in:
@ -267,7 +267,7 @@ static int gssapi_backend_auth_authenticate(DCB *dcb)
|
||||
*/
|
||||
MXS_MODULE* MXS_CREATE_MODULE()
|
||||
{
|
||||
static GWAUTHENTICATOR MyObject =
|
||||
static MXS_AUTHENTICATOR MyObject =
|
||||
{
|
||||
NULL, /* No initialize entry point */
|
||||
gssapi_backend_auth_alloc, /* Allocate authenticator data */
|
||||
@ -283,7 +283,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
|
||||
{
|
||||
MXS_MODULE_API_AUTHENTICATOR,
|
||||
MXS_MODULE_GA,
|
||||
GWAUTHENTICATOR_VERSION,
|
||||
MXS_AUTHENTICATOR_VERSION,
|
||||
"GSSAPI backend authenticator",
|
||||
"V1.0.0",
|
||||
&MyObject,
|
||||
|
Reference in New Issue
Block a user