Rename GW_AUTHENTICATOR and GW_BITMASK + cleanup
This commit is contained in:
@ -38,7 +38,7 @@ bool authenticator_init(void** dest, const char *authenticator, const char *opti
|
||||
{
|
||||
bool rval = true;
|
||||
void *instance = NULL;
|
||||
GWAUTHENTICATOR *func = (GWAUTHENTICATOR*)load_module(authenticator, MODULE_AUTHENTICATOR);
|
||||
MXS_AUTHENTICATOR *func = (MXS_AUTHENTICATOR*)load_module(authenticator, MODULE_AUTHENTICATOR);
|
||||
|
||||
if (func == NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user