This commit is contained in:
azw 2023-04-24 08:18:49 +00:00
parent 74f415b707
commit 60800e90b7

View File

@ -21,9 +21,6 @@ void UpStream::Init(int instance_id, const std::string& remote_ip, int remote_po
if (remote_ip.empty()) {
abort();
}
#if 0
remote_port = 7611;
#endif
this->instance_id = instance_id;
this->remote_ip = remote_ip;
this->remote_port = remote_port;