Index: src/OFExceptions.m ================================================================== --- src/OFExceptions.m +++ src/OFExceptions.m @@ -572,14 +572,14 @@ + newWithClass: (Class)class_ andHost: (const char*)host_ andPort: (uint16_t)port_ andFamily: (int)family_ { - return [self newWithClass: class_ - andHost: host_ - andPort: port_ - andFamily: family_]; + return [[self alloc] initWithClass: class_ + andHost: host_ + andPort: port_ + andFamily: family_]; } - initWithClass: (Class)class_ andHost: (const char*)host_ andPort: (uint16_t)port_