summaryrefslogtreecommitdiffstats
path: root/plugin/auth_examples/qa_auth_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auth_examples/qa_auth_client.c')
-rw-r--r--plugin/auth_examples/qa_auth_client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/auth_examples/qa_auth_client.c b/plugin/auth_examples/qa_auth_client.c
index a915306e..af05c9b1 100644
--- a/plugin/auth_examples/qa_auth_client.c
+++ b/plugin/auth_examples/qa_auth_client.c
@@ -113,5 +113,6 @@ mysql_declare_client_plugin(AUTHENTICATION)
NULL,
NULL,
NULL,
- test_plugin_client
+ test_plugin_client,
+ NULL
mysql_end_client_plugin;