Changeset 465


Ignore:
Timestamp:
10/19/10 14:50:26 (19 months ago)
Author:
ludovic.rousseau
Message:

Unload the mapper also on success

Thanks to Andre Zepezauer for the patch
http://www.opensc-project.org/pipermail/opensc-devel/2010-October/015150.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/pam_pkcs11/pam_pkcs11.c

    r454 r465  
    695695  } 
    696696 
     697  /* unload mapper modules */ 
     698  unload_mappers(); 
     699 
    697700  /* close pkcs #11 session */ 
    698701  rv = close_pkcs11_session(ph); 
Note: See TracChangeset for help on using the changeset viewer.