1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

After-merge fix: Initialize all fields

This commit is contained in:
Marko Mäkelä
2019-04-02 11:59:55 +03:00
parent 5c3ff5cb93
commit f3adfcb523

View File

@@ -139,7 +139,7 @@ static struct st_mysql_sys_var *system_variables[]= {
static struct st_mysql_auth server_handler= { static struct st_mysql_auth server_handler= {
MYSQL_AUTHENTICATION_INTERFACE_VERSION, MYSQL_AUTHENTICATION_INTERFACE_VERSION,
"auth_gssapi_client", "auth_gssapi_client",
gssapi_auth gssapi_auth, NULL, NULL
}; };
maria_declare_plugin(gssapi_server) maria_declare_plugin(gssapi_server)