aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPKeychain.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-08-03 19:40:45 +0000
committerstuconnolly <stuart02@gmail.com>2011-08-03 19:40:45 +0000
commitb26a4c45cbafedefe0247971c1ae9961abfe24c3 (patch)
tree8757a4c49530958918fb37d073aaabbf2702ad0f /Source/SPKeychain.m
parente70486eb1503cad882a0d5e452fef3b2fecf6629 (diff)
downloadsequelpro-b26a4c45cbafedefe0247971c1ae9961abfe24c3.tar.gz
sequelpro-b26a4c45cbafedefe0247971c1ae9961abfe24c3.tar.bz2
sequelpro-b26a4c45cbafedefe0247971c1ae9961abfe24c3.zip
Bring outline view up to date with trunk (r3307:r3375).
Diffstat (limited to 'Source/SPKeychain.m')
-rw-r--r--Source/SPKeychain.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPKeychain.m b/Source/SPKeychain.m
index bb010d3b..931f14d7 100644
--- a/Source/SPKeychain.m
+++ b/Source/SPKeychain.m
@@ -120,7 +120,7 @@
void *passwordData;
UInt32 passwordLength;
SecKeychainItemRef itemRef;
- NSString *password = @"";
+ NSString *password = nil;
// Check supplied variables and replaces nils with empty strings
if (!name) name = @"";