From 92842ba5f03c71238b3fefedc1b10742ea678139 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 20 Apr 2010 19:47:25 +0000 Subject: [PATCH] Monotone-Parent: ea06c6e41b39b0a1c125329d637161d720b79fe5 Monotone-Revision: f0ca254a85a917ca405e390ccd08107020a8ad2c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-04-20T19:47:25 Monotone-Branch: ca.inverse.sogo --- SoObjects/Mailer/SOGoMailObject.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SoObjects/Mailer/SOGoMailObject.m b/SoObjects/Mailer/SOGoMailObject.m index 5c291818b..f7389be25 100644 --- a/SoObjects/Mailer/SOGoMailObject.m +++ b/SoObjects/Mailer/SOGoMailObject.m @@ -958,6 +958,8 @@ static BOOL debugSoParts = NO; password: password]; } } + else + exc = nil; return exc; }