mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 08:18:52 +00:00
Make sure the var is initilized to nil.
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
NSString *name, *nameInContainer;
|
||||
|
||||
name = [[context request] formValueForKey: @"name"];
|
||||
nameInContainer = nil;
|
||||
|
||||
if ([name length] > 0)
|
||||
{
|
||||
if (![[self clientObject] hasLocalSubFolderNamed: name])
|
||||
|
||||
Reference in New Issue
Block a user