mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-28 14:45:28 +00:00
Stage 1 of clang compiler warning patches.
This commit is contained in:
@@ -115,7 +115,7 @@ typedef enum
|
||||
[theKey caseInsensitiveCompare: @"Vacation"] == NSOrderedSame)
|
||||
{
|
||||
/* credentials file handling */
|
||||
NSString *credsFilename, *authname, *authpwd;
|
||||
NSString *credsFilename=nil, *authname=nil, *authpwd=nil;
|
||||
SOGoCredentialsFile *cf;
|
||||
|
||||
credsFilename = [[NSUserDefaults standardUserDefaults] stringForKey: @"p"];
|
||||
|
||||
Reference in New Issue
Block a user