Skip to content

Commit

Permalink
Merge pull request #614 from AzureAD/revert-613-master
Browse files Browse the repository at this point in the history
Revert "retain _defaultTombstone in ADKeychainTokenCache"
  • Loading branch information
RPangrle committed Apr 20, 2016
2 parents 754e94b + 3ba81df commit 4616ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ADAL/src/cache/ios/ADKeychainTokenCache.m
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ - (id)initWithGroup:(NSString *)sharedGroup
#endif
(id)kSecAttrGeneric : [s_tombstoneLibraryString dataUsingEncoding:NSUTF8StringEncoding]
};
SAFE_ARC_RETAIN(_defaultTombstone);
SAFE_ARC_RETAIN(_default);


static dispatch_once_t onceToken = 0;
Expand Down

0 comments on commit 4616ced

Please sign in to comment.