~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_pam/auth_pam.cc

  • Committer: Brian Aker
  • Date: 2008-10-20 03:40:03 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081020034003-t2dcnl0ayr2ymm8k
THD -> Session rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
  return PAM_SUCCESS;
70
70
}
71
71
 
72
 
static bool authenticate(THD *thd, const char *password)
 
72
static bool authenticate(Session *thd, const char *password)
73
73
{
74
74
  int retval;
75
75
  auth_pam_userinfo userinfo= { NULL, NULL };