Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for CONC-464:
Fix static build for auth_gssapi_client plugin
  • Loading branch information
9EOR9 committed Mar 15, 2020
1 parent 8c773db commit fbf1db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/auth/auth_gssapi_client.c
Expand Up @@ -101,7 +101,7 @@ static int gssapi_auth_client(MYSQL_PLUGIN_VIO *vio, MYSQL *mysql)

/* register client plugin */
#ifndef PLUGIN_DYNAMIC
struct st_mysql_client_plugin_AUTHENTICATION auth_gssapi_client_plugin=
struct st_mysql_client_plugin_AUTHENTICATION auth_gssapi_client_client_plugin=
#else
struct st_mysql_client_plugin_AUTHENTICATION _mysql_client_plugin_declaration_ =
#endif
Expand Down

0 comments on commit fbf1db6

Please sign in to comment.