@@ -558,11 +558,11 @@ + (void)initialize { if (self != [OFDNSResolver class]) return; - if (!of_socket_init()) + if (!OFSocketInit()) @throw [OFInitializationFailedException exceptionWithClass: self]; } #endif