@@ -61,19 +61,14 @@ [super dealloc]; } - (OFString*)description { - if (_description != nil) - return _description; - - _description = [[OFString alloc] initWithFormat: + return [OFString stringWithFormat: @"The socket of type %@ is not connected or bound!", _inClass]; - - return _description; } - (OFStreamSocket*)socket { OF_GETTER(_socket, NO) } @end