Commit f3adfcb5 authored by Marko Mäkelä's avatar Marko Mäkelä

After-merge fix: Initialize all fields

parent 5c3ff5cb
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment