~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/errmsg_stderr/errmsg_stderr.cc

Remove dead memset call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
};
56
56
 
57
57
static Error_message_stderr *handler= NULL;
58
 
static int errmsg_stderr_plugin_init(plugin::Context &context)
 
58
static int errmsg_stderr_plugin_init(module::Context &context)
59
59
{
60
60
  handler= new Error_message_stderr();
61
61
  context.add(handler);