mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #4414
83907f88
wallet_rpc_server: fix --run-as-service on Windows (moneromooo-monero)
This commit is contained in:
commit
78fd2599c2
@ -3476,6 +3476,7 @@ int main(int argc, char** argv) {
|
||||
command_line::add_arg(desc_params, arg_prompt_for_password);
|
||||
|
||||
daemonizer::init_options(hidden_options, desc_params);
|
||||
desc_params.add(hidden_options);
|
||||
|
||||
boost::optional<po::variables_map> vm;
|
||||
bool should_terminate = false;
|
||||
|
Loading…
Reference in New Issue
Block a user