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

typo in debug message

File:
1 edited

Legend:

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

    r263 r267  
    311311          goto auth_failed_nopw; 
    312312        } else if (rv == 0) { /* match didn't success */ 
    313           DBG("certificate is valid bus does not match the user"); 
     313          DBG("certificate is valid but does not match the user"); 
    314314          continue; /* try next certificate */ 
    315315        } else { /* match success */ 
Note: See TracChangeset for help on using the changeset viewer.