From 93dc70985ebec222f7976875fca14eb1a1c0c94d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 6 Jan 2010 00:20:10 +0000 Subject: [PATCH] Monotone-Parent: d013c8f17cb13deb4e971f4a82fa08a794b168d9 Monotone-Revision: 13bf02c065b8f6c0e1cc1e382533bc33d3d595dc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-06T00:20:10 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoCache.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoCache.m b/SoObjects/SOGo/SOGoCache.m index 6ad80e953..8cb9a6dc3 100644 --- a/SoObjects/SOGo/SOGoCache.m +++ b/SoObjects/SOGo/SOGoCache.m @@ -245,9 +245,9 @@ valueString = nil; + keyName = [NSString stringWithFormat: @"%@+%@", theLogin, theType]; if (handle) { - keyName = [NSString stringWithFormat: @"%@+%@", theLogin, theType]; valueString = [localCache objectForKey: keyName]; if (!valueString) {