mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 00:19:30 -05: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
@ -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…
Reference in New Issue
Block a user