diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-09-18 21:38:46 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-09-18 21:38:46 +0200 |
| commit | 53e18cafdfb2bf24e8e0f8dd7355733eb31dc1c4 (patch) | |
| tree | 55e6ece4dbd5865b373ddbfedaa669bbdbbd25b1 /src/daemon/daemon.cpp | |
| parent | 5866d91b8242fc43dfe3c9c895d07a692ad4b586 (diff) | |
| parent | eeb2bbc0fcc9c5afa2c3aa12915b4d3f31115e56 (diff) | |
| download | monzero-core-53e18cafdfb2bf24e8e0f8dd7355733eb31dc1c4.tar.gz monzero-core-53e18cafdfb2bf24e8e0f8dd7355733eb31dc1c4.tar.xz monzero-core-53e18cafdfb2bf24e8e0f8dd7355733eb31dc1c4.zip | |
Merge pull request #1102v0.10.0
eeb2bbc epee: optionally restrict HTTP service to a configurable user agent (moneromooo-monero)
Diffstat (limited to 'src/daemon/daemon.cpp')
| -rw-r--r-- | src/daemon/daemon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp index e79823d08..74875bfb0 100644 --- a/src/daemon/daemon.cpp +++ b/src/daemon/daemon.cpp @@ -124,7 +124,7 @@ bool t_daemon::run(bool interactive) if (interactive) { - rpc_commands = new daemonize::t_command_server(0, 0, false, mp_internals->rpc.get_server()); + rpc_commands = new daemonize::t_command_server(0, 0, "", false, mp_internals->rpc.get_server()); rpc_commands->start_handling(std::bind(&daemonize::t_daemon::stop_p2p, this)); } |
