X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Ftests_sockets%2Fspocket_tester.cpp;h=11d33bef4bdcdd4f4329b01b6da519872df1f5bd;hb=cd9948b7e23127e694c1c500828430554f84790b;hp=3fac9bb8a5bf3740096c969f598e1839d7595ff7;hpb=19ab994d8ea15bf16ed2f20c651f1a1d5abd12e3;p=feisty_meow.git diff --git a/octopi/library/tests_sockets/spocket_tester.cpp b/octopi/library/tests_sockets/spocket_tester.cpp index 3fac9bb8..11d33bef 100644 --- a/octopi/library/tests_sockets/spocket_tester.cpp +++ b/octopi/library/tests_sockets/spocket_tester.cpp @@ -58,8 +58,8 @@ const int PAUSE_TIME = 200; spocket_tester::spocket_tester(const internet_address &where) : _where(new internet_address(where)), _stack(new tcpip_stack), - _socket(NIL), - _root_server(NIL), + _socket(NULL_POINTER), + _root_server(NULL_POINTER), _raw(new raw_socket) { }