Skip to content
Permalink
Browse files
After-merge fix: Initialize all fields
  • Loading branch information
dr-m committed Apr 2, 2019
1 parent 5c3ff5c commit f3adfcb
Showing 1 changed file with 1 addition and 1 deletion.
@@ -139,7 +139,7 @@ static struct st_mysql_sys_var *system_variables[]= {
static struct st_mysql_auth server_handler= {
MYSQL_AUTHENTICATION_INTERFACE_VERSION,
"auth_gssapi_client",
gssapi_auth
gssapi_auth, NULL, NULL
};

maria_declare_plugin(gssapi_server)

0 comments on commit f3adfcb

Please sign in to comment.