Make sure the var is initilized to nil.

This commit is contained in:
Ludovic Marcotte
2013-10-29 20:58:26 -04:00
parent 0f3e31ebf1
commit 47c4ad5807

View File

@@ -40,6 +40,8 @@
NSString *name, *nameInContainer;
name = [[context request] formValueForKey: @"name"];
nameInContainer = nil;
if ([name length] > 0)
{
if (![[self clientObject] hasLocalSubFolderNamed: name])