Skip to content

Commit

Permalink
Fix misnamed pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
dorshorst committed Feb 20, 2012
1 parent e42d7d4 commit e6f0478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SSKeychain.m
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ + (BOOL)setPassword:(NSString *)password forService:(NSString *)service account:

#if __IPHONE_4_0 && TARGET_OS_IPHONE
if (SSKeychainAccessibilityType) {
[dictionary setObject:(id)[self accessibilityType] forKey:(id)kSecAttrAccessible];
[query setObject:(id)[self accessibilityType] forKey:(id)kSecAttrAccessible];
}
#endif

Expand Down

0 comments on commit e6f0478

Please sign in to comment.