mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
WL#7219: Pushing it to release 5.5.39-release branch
This commit is contained in:
parent
3073b5bb61
commit
e892e71969
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue