Fix segfault in SOGoSieveManager.m

This commit is contained in:
Francis Lachapelle
2013-02-08 09:42:31 -05:00
parent 470a53a548
commit 8981dcd645
+1 -1
View File
@@ -278,7 +278,7 @@ static NSString *sieveScriptName = @"sogo";
else
scriptError
= [NSString stringWithFormat: @"Rule based on unknown field '%@'",
*field];
jsonField];
}
else
scriptError = @"Rule without any specified field.";