From 2afe6fad40a02168c8bf417c20c29b9706c432db Mon Sep 17 00:00:00 2001 From: Matthieu Lalonde Date: Sat, 4 Jun 2011 15:13:55 -0400 Subject: [PATCH] fixme keychain comment... --- WRTStatusClient.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WRTStatusClient.m b/WRTStatusClient.m index 78a2184..ab1451f 100644 --- a/WRTStatusClient.m +++ b/WRTStatusClient.m @@ -233,7 +233,7 @@ - (BOOL)connection:(NSURLConnection *)connection canAuthenticateAgainstProtectionSpace:(NSURLProtectionSpace *)protectionSpace { - return YES; + return YES; // FIXME Turning this to NO should use keychain, but it doesn't } - (BOOL)connectionShouldUseCredentialStorage:(NSURLConnection *)connection