~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/syslog/module.cc

Merge fix for syslog module.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
 
158
158
} // namespace syslog_module
159
159
 
160
 
DRIZZLE_PLUGIN(syslog_module::init, syslog_module::system_variables);
 
160
DRIZZLE_PLUGIN(syslog_module::init, syslog_module::system_variables, NULL);