mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-03 02:50:07 -05:00
fixed compilation
This commit is contained in:
parent
1f058f9f22
commit
ed4440dcaa
@ -120,7 +120,9 @@ int main(int argc, char* argv[])
|
|||||||
std::string prefUserString;
|
std::string prefUserString;
|
||||||
RsConfigOptions conf;
|
RsConfigOptions conf;
|
||||||
|
|
||||||
|
#ifdef RS_JSONAPI
|
||||||
conf.jsonApiPort = JsonApiServer::DEFAULT_PORT; // enable JSonAPI by default
|
conf.jsonApiPort = JsonApiServer::DEFAULT_PORT; // enable JSonAPI by default
|
||||||
|
#endif
|
||||||
|
|
||||||
argstream as(argc,argv);
|
argstream as(argc,argv);
|
||||||
as >> option( 's', "stderr", conf.outStderr,
|
as >> option( 's', "stderr", conf.outStderr,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user