mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
Share the download directory by default.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4090 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
af4dd635e3
commit
c64cb3b5f2
1 changed files with 3 additions and 5 deletions
|
@ -2187,9 +2187,6 @@ int RsServer::StartupRetroShare()
|
|||
|
||||
/**************************************************************************/
|
||||
|
||||
|
||||
|
||||
|
||||
// create loopback device, and add to pqisslgrp.
|
||||
|
||||
SearchModule *mod = new SearchModule();
|
||||
|
@ -2231,6 +2228,7 @@ int RsServer::StartupRetroShare()
|
|||
if (RsInitConfig::firsttime_run)
|
||||
{
|
||||
msgSrv->loadWelcomeMsg();
|
||||
ftserver->shareDownloadDirectory(true);
|
||||
}
|
||||
#endif // MINIMAL_LIBRS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue