Skip to content

Commit 6f012e0

Browse files
committed
Applying the patch to remove WL#7219 which was by mistake included by the dev team.
1 parent 6098f6d commit 6f012e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/sql_audit.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ int initialize_audit_plugin(st_plugin_int *plugin)
353353
return 1;
354354
}
355355

356-
if (plugin->plugin->init && plugin->plugin->init(plugin))
356+
if (plugin->plugin->init && plugin->plugin->init(NULL))
357357
{
358358
sql_print_error("Plugin '%s' init function returned error.",
359359
plugin->name.str);

0 commit comments

Comments
 (0)