mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-18 11:29:31 -04:00
added missing info for search depths
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4227 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
00d6ec3c1f
commit
0baaa271e9
1 changed files with 1 additions and 0 deletions
|
@ -728,6 +728,7 @@ void p3turtle::handleSearchRequest(RsTurtleSearchRequestItem *item)
|
||||||
TurtleRequestInfo& req( _search_requests_origins[item->request_id] ) ;
|
TurtleRequestInfo& req( _search_requests_origins[item->request_id] ) ;
|
||||||
req.origin = item->PeerId() ;
|
req.origin = item->PeerId() ;
|
||||||
req.time_stamp = time(NULL) ;
|
req.time_stamp = time(NULL) ;
|
||||||
|
req.depth = item->depth ;
|
||||||
|
|
||||||
// If it's not for us, perform a local search. If something found, forward the search result back.
|
// If it's not for us, perform a local search. If something found, forward the search result back.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue