mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-03 11:00:14 -05: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
@ -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…
x
Reference in New Issue
Block a user