~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_ldap/auth_ldap.cc

Reverted changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
490
490
 
491
491
} /* namespace auth_ldap */
492
492
 
493
 
DRIZZLE_PLUGIN(auth_ldap::init, auth_ldap::sys_variables);
 
493
DRIZZLE_PLUGIN(auth_ldap::init, auth_ldap::sys_variables, NULL);