@@ -62,18 +62,13 @@ [super dealloc]; } - (OFString*)description { - if (_description != nil) - return _description; - - _description = [[OFString alloc] initWithFormat: + return [OFString stringWithFormat: @"Failed to accept connection in socket of type %@! " ERRFMT, _inClass, ERRPARAM]; - - return _description; } - (OFTCPSocket*)socket { OF_GETTER(_socket, NO)