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