mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 04:44:25 -04:00
corrected missign return value
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3805 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b0756ff8c2
commit
4e2e8f72b3
1 changed files with 1 additions and 3 deletions
|
@ -559,9 +559,7 @@ bool ftServer::InDirectoryCheck()
|
||||||
|
|
||||||
bool ftServer::CopyFile(const std::string& source, const std::string& dest)
|
bool ftServer::CopyFile(const std::string& source, const std::string& dest)
|
||||||
{
|
{
|
||||||
|
return mFtController->copyFile(source, dest);
|
||||||
mFtController->copyFile(source, dest);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ftServer::getSharedDirectories(std::list<SharedDirInfo> &dirs)
|
bool ftServer::getSharedDirectories(std::list<SharedDirInfo> &dirs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue