removed duplicate call to StartupRetroshare

This commit is contained in:
csoler 2019-12-02 13:14:18 +00:00
parent b830fe6602
commit 60ed77461a

View File

@ -303,9 +303,6 @@ int main(int argc, char* argv[])
<< std::endl; << std::endl;
return -result; return -result;
} }
/* Start-up libretroshare server threads */
RsControl::instance()->StartupRetroShare();
} }
#endif // def RS_SERVICE_TERMINAL_LOGIN #endif // def RS_SERVICE_TERMINAL_LOGIN