1
This commit is contained in:
parent
f8afa41c28
commit
59f9908c61
@ -17,7 +17,7 @@ void TargetConnMgr::Init()
|
||||
{
|
||||
TargetConn* conn = new TargetConn();
|
||||
conn->Init(instance_id, remote_ip, remote_port);
|
||||
target_conn_hash_[conn->instance_id] = conn;
|
||||
id_hash_[conn->instance_id] = conn;
|
||||
conn->Open();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user