From 273415b671a650e2780d7a4af69fe502ab3cb2a3 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 20 Mar 2009 17:34:35 +0000 Subject: [PATCH] Monotone-Parent: c496242055c878889b7b9a7ad4385cea6cf5e5cd Monotone-Revision: 6e1829513cdcf98135e56f857438e77218ae7851 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-03-20T17:34:35 Monotone-Branch: ca.inverse.sogo --- SOPE/GDLContentStore/GCSChannelManager.m | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SOPE/GDLContentStore/GCSChannelManager.m b/SOPE/GDLContentStore/GCSChannelManager.m index 4bf881add..1c51def65 100644 --- a/SOPE/GDLContentStore/GCSChannelManager.m +++ b/SOPE/GDLContentStore/GCSChannelManager.m @@ -26,6 +26,7 @@ #import #import #import +#import #import #import @@ -361,8 +362,11 @@ static NSTimeInterval ChannelCollectionTimer = 5 * 60; [handle release]; } else - [self errorWithFormat: @"could not open channel %@ for URL: %@", - channel, [_url absoluteString]]; + { + [self errorWithFormat: @"could not open channel %@ for URL: %@", + channel, [_url absoluteString]]; + channel = nil; + } } } #if defined(THREADSAFE)