Changeset 3513 for trunk

Show
Ignore:
Timestamp:
05/12/08 09:41:48 (8 months ago)
Author:
ludovic.rousseau
Message:

C_Finalize(): do not unload the module since the application may try to
make PKCS#11 calls again

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/pkcs11/pkcs11-spy.c

    r3405 r3513  
    312312  enter("C_Finalize"); 
    313313  rv = po->C_Finalize(pReserved); 
    314   /* After Finalize do not use the module again */ 
    315   C_UnloadModule(modhandle); 
    316   po = NULL; 
    317314  return retne(rv); 
    318315}