Fix old header names in modules
Some of the modules still used the gw_authenticator.h name.
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
|
||||
#define MXS_MODULE_NAME "CDCPlainAuth"
|
||||
|
||||
#include <maxscale/gw_authenticator.h>
|
||||
#include <maxscale/authenticator.h>
|
||||
#include <sys/stat.h>
|
||||
#include <cdc.h>
|
||||
#include <maxscale/alloc.h>
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
#define MXS_MODULE_NAME "GSSAPIAuth"
|
||||
|
||||
#include <maxscale/gw_authenticator.h>
|
||||
#include <maxscale/authenticator.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/dcb.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
#define MXS_MODULE_NAME "GSSAPIBackendAuth"
|
||||
|
||||
#include <maxscale/gw_authenticator.h>
|
||||
#include <maxscale/authenticator.h>
|
||||
#include <maxscale/alloc.h>
|
||||
#include <maxscale/dcb.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
|
@ -83,7 +83,7 @@ void auth_backend_destroy(void *data)
|
||||
* @param dcb Request handler DCB connected to the client
|
||||
* @param buffer Buffer containing data from client
|
||||
* @return Authentication status
|
||||
* @see gw_quthenticator.h
|
||||
* @see authenticator.h
|
||||
* @see https://dev.mysql.com/doc/internals/en/client-server-protocol.html
|
||||
*/
|
||||
static int auth_backend_extract(DCB *dcb, GWBUF *buf)
|
||||
@ -119,7 +119,7 @@ static int auth_backend_extract(DCB *dcb, GWBUF *buf)
|
||||
*
|
||||
* @param dcb Backend DCB
|
||||
* @return Authentication status
|
||||
* @see gw_authenticator.h
|
||||
* @see authenticator.h
|
||||
*/
|
||||
static int auth_backend_authenticate(DCB *dcb)
|
||||
{
|
||||
|
Reference in New Issue
Block a user