Bugfix: missing TCP connection call - when peer is found on the DHT.

* save IP address for DHT display.
	* store Action in action Queue (the BUG).



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4620 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2011-09-28 16:01:22 +00:00
parent 5ea8cfb67d
commit febcfc9bd3
2 changed files with 6 additions and 1 deletions

View file

@ -222,7 +222,7 @@ void convertBdPeerToRsDhtPeer(RsDhtPeer &peer, const bdPeer &int_peer)
void convertDhtPeerDetailsToRsDhtNetPeer(RsDhtNetPeer &status, const DhtPeerDetails &details)
{
std::ostringstream out;
bdStdPrintNodeId(out, &(details.mDhtId.id));
bdStdPrintId(out, &(details.mDhtId));
status.mDhtId = out.str();
status.mRsId = details.mRsId;