Commit 61a79e5e authored by Ashish Agarwal's avatar Ashish Agarwal

WL#7219: Implement audit filter

parent 57fc0240
......@@ -353,7 +353,7 @@ int initialize_audit_plugin(st_plugin_int *plugin)
return 1;
}
if (plugin->plugin->init && plugin->plugin->init(NULL))
if (plugin->plugin->init && plugin->plugin->init(plugin))
{
sql_print_error("Plugin '%s' init function returned error.",
plugin->name.str);
......
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