~ubuntu-branches/ubuntu/quantal/pam-pkcs11/quantal

« back to all changes in this revision

Viewing changes to src/pam_pkcs11/pam_pkcs11.c

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2010-11-21 14:49:42 UTC
  • mto: (2.3.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101121144942-ygtfaj12v2ar8vk0
Tags: upstream-0.6.6
ImportĀ upstreamĀ versionĀ 0.6.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13
13
 * Lesser General Public License for more details.
14
14
 *
15
 
 * $Id: pam_pkcs11.c 454 2010-10-16 13:19:42Z ludovic.rousseau $
 
15
 * $Id: pam_pkcs11.c 465 2010-10-19 14:50:26Z ludovic.rousseau $
16
16
 */
17
17
 
18
18
/* We have to make this definitions before we include the pam header files! */
694
694
           pam_strerror(pamh, rv));
695
695
  }
696
696
 
 
697
  /* unload mapper modules */
 
698
  unload_mappers();
 
699
 
697
700
  /* close pkcs #11 session */
698
701
  rv = close_pkcs11_session(ph);
699
702
  if (rv != 0) {