Changeset 266


Ignore:
Timestamp:
05/09/07 08:13:38 (5 years ago)
Author:
ludovic.rousseau
Message:

typo: command line argument was checked against "pcs11_module=" instead
of "pkcs11_module="

File:
1 edited

Legend:

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

    r259 r266  
    212212                continue; 
    213213           } 
    214            if (strstr(argv[i],"pcs11_module=") ) { 
     214           if (strstr(argv[i],"pkcs11_module=") ) { 
    215215                res=sscanf(argv[i],"pkcs11_module=%255s",configuration.pkcs11_module); 
    216216                continue; 
Note: See TracChangeset for help on using the changeset viewer.