Rename GW_AUTHENTICATOR and GW_BITMASK + cleanup
This commit is contained in:
@ -53,7 +53,7 @@ static void null_auth_free_client_data(DCB *dcb);
|
||||
*/
|
||||
MXS_MODULE* MXS_CREATE_MODULE()
|
||||
{
|
||||
static GWAUTHENTICATOR MyObject =
|
||||
static MXS_AUTHENTICATOR MyObject =
|
||||
{
|
||||
NULL, /* No initialize entry point */
|
||||
NULL, /* No create entry point */
|
||||
@ -69,7 +69,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
|
||||
{
|
||||
MXS_MODULE_API_AUTHENTICATOR,
|
||||
MXS_MODULE_GA,
|
||||
GWAUTHENTICATOR_VERSION,
|
||||
MXS_AUTHENTICATOR_VERSION,
|
||||
"The Null client authenticator implementation",
|
||||
"V1.1.0",
|
||||
&MyObject,
|
||||
|
Reference in New Issue
Block a user