diff --git a/src/XMPPConnection.m b/src/XMPPConnection.m index 06c9d56..f7a410b 100644 --- a/src/XMPPConnection.m +++ b/src/XMPPConnection.m @@ -302,13 +302,8 @@ { OFMutableArray *records = [OFMutableArray array]; - if (exception != nil) { - [_delegates - broadcastSelector: @selector(connection:didThrowException:) - withObject: self - withObject: exception]; - return; - } + if (exception != nil) + response = nil; for (OFDNSResourceRecord *record in [response.answerRecords objectForKey: domainName])