Commit 6f012e07 authored by Murthy Narkedimilli's avatar Murthy Narkedimilli

Applying the patch to remove WL#7219 which was by mistake included by the dev team.

parent 6098f6d1
......@@ -353,7 +353,7 @@ int initialize_audit_plugin(st_plugin_int *plugin)
return 1;
}
if (plugin->plugin->init && plugin->plugin->init(plugin))
if (plugin->plugin->init && plugin->plugin->init(NULL))
{
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