mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 17:45:15 -04:00
fixed overloading names for functions that are not supposed to be overloading in turtleClientService and ftServer
This commit is contained in:
parent
d3e690b0d6
commit
6d09493725
3 changed files with 3 additions and 3 deletions
|
@ -1220,7 +1220,7 @@ void p3turtle::handleSearchResult(RsTurtleSearchResultItem *item)
|
|||
}
|
||||
//RsServer::notify()->notifyTurtleSearchResult(ftsr->request_id,ftsr->result) ;
|
||||
|
||||
client->receiveSearchResult(ftsr);
|
||||
client->ftReceiveSearchResult(ftsr);
|
||||
continue ;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue