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; }