@@ -77,11 +77,11 @@ return self; } - (void)connectToHost: (OFString*)host - onPort: (uint16_t)port + port: (uint16_t)port { if (sock != INVALID_SOCKET) @throw [OFAlreadyConnectedException newWithClass: isa socket: self];