summaryrefslogtreecommitdiff
path: root/plugin/auth_socket/auth_socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auth_socket/auth_socket.c')
-rw-r--r--plugin/auth_socket/auth_socket.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/auth_socket/auth_socket.c b/plugin/auth_socket/auth_socket.c
index f04b1d9d2a1..2fc29e9ba1c 100644
--- a/plugin/auth_socket/auth_socket.c
+++ b/plugin/auth_socket/auth_socket.c
@@ -102,7 +102,8 @@ static struct st_mysql_auth socket_auth_handler=
{
MYSQL_AUTHENTICATION_INTERFACE_VERSION,
0,
- socket_auth
+ socket_auth,
+ NULL, NULL /* no PASSWORD() */
};
maria_declare_plugin(auth_socket)