X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Fapplications%2Ftransporter%2Ffind_missing.cpp;fp=octopi%2Fapplications%2Ftransporter%2Ffind_missing.cpp;h=d8712cfcb796f1813fbbb3e464f90ca8c3eecbc5;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=ffe3b9fa1e2cb080b2e2eb720da1bd4a4328961b;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;p=feisty_meow.git diff --git a/octopi/applications/transporter/find_missing.cpp b/octopi/applications/transporter/find_missing.cpp index ffe3b9fa..d8712cfc 100644 --- a/octopi/applications/transporter/find_missing.cpp +++ b/octopi/applications/transporter/find_missing.cpp @@ -97,8 +97,8 @@ private: find_missing::find_missing() : application_shell(), _saw_clients(false), - _server_side(NIL), - _client_side(NIL), + _server_side(NULL_POINTER), + _client_side(NULL_POINTER), _leave_when_no_clients(false), _encryption(false), _started_okay(false) @@ -269,7 +269,7 @@ int find_missing::retrieve_info_from_server() non_continuable_error(class_name(), func, astring("failed to initiate " " the transfer: ") + cromp_client::outcome_name(start_ret)); - infoton *start_reply_tmp = NIL; + infoton *start_reply_tmp = NULL_POINTER; //hmmm: set timeout appropriate to the speed of the connection! outcome first_receipt = _client_side->acquire(start_reply_tmp, cmd_id); if (first_receipt != cromp_client::OKAY)