mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 12:32:37 -04:00
NETWORK REWORK (cont)
* Removed unused FLAGS from pqi_base.h * corrected pqiStatus() fn signature in dhtmgr. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3219 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5df785ed4e
commit
bfa9965c9b
2 changed files with 1 additions and 5 deletions
|
@ -1757,7 +1757,7 @@ bool p3DhtMgr::dhtResultSearch(std::string idhash,
|
|||
if (doCb)
|
||||
{
|
||||
std::list<IpAddressTimed> ipAddressList;
|
||||
mConnCb->peerStatus(ent.id, ent.laddr, ent.raddr, ipAddressList,
|
||||
mConnCb->peerStatus(ent.id, ent.laddr, ent.raddr,
|
||||
ent.type, 0, RS_CB_DHT);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue