~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_pam/auth_pam.cc

  • Committer: Mark Atwood
  • Date: 2011-06-16 15:05:43 UTC
  • mfrom: (2318.4.15 refactor10)
  • Revision ID: me@mark.atwood.name-20110616150543-ydrgmzb685nzcjr9
mergeĀ lp:~olafvdspek/drizzle/refactor10

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 
68
68
  /* allocate memory to store response */
69
69
  response= (struct pam_response*)malloc(num_msg * sizeof(struct pam_response));
70
 
  if(!response)
71
 
    return PAM_CONV_ERR;
72
70
 
73
71
  /* copy values */
74
72
  for(int x= 0; x < num_msg; x++)