Changeset 6208


Ignore:
Timestamp:
Jun 16, 2008, 11:13:56 PM (15 years ago)
Author:
livings124
Message:

typo caused only a single character of a password to be stored in the keychain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/PrefsController.m

    r6202 r6208  
    11621162{
    11631163    SecKeychainItemRef item = NULL;
    1164     NSUInteger passwordLength = strlen(password) > 0;
     1164    NSUInteger passwordLength = strlen(password);
    11651165   
    11661166    OSStatus result = SecKeychainFindGenericPassword(NULL, strlen(service), service, strlen(username), username, NULL, NULL, &item);
Note: See TracChangeset for help on using the changeset viewer.