diff options
| author | tobtoht <tob@featherwallet.org> | 2025-02-14 07:49:40 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-02-14 07:49:40 +0000 |
| commit | 23a11d851adef30aea1888da0a7dd23936c81ec1 (patch) | |
| tree | c498e2dd419125e3ea617733e45f5fa4bd2bb0f6 /src/daemon/main.cpp | |
| parent | 70afa6b7bcdea59ec3eec446f6bf39d24174f3c5 (diff) | |
| parent | 13ff355cf6081776fd7379080c17246e35c1236d (diff) | |
| download | monzero-core-23a11d851adef30aea1888da0a7dd23936c81ec1.tar.gz monzero-core-23a11d851adef30aea1888da0a7dd23936c81ec1.tar.xz monzero-core-23a11d851adef30aea1888da0a7dd23936c81ec1.zip | |
Merge pull request #9775
13ff355cf Set response limits on http server connections (Lee *!* Clagett)
89fa3ed68 epee: update 'http_server_handlers_map2.h' macros to use fully qualified names (Jeffrey Ryan)
Diffstat (limited to 'src/daemon/main.cpp')
| -rw-r--r-- | src/daemon/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/main.cpp b/src/daemon/main.cpp index 1d4baaa32..38b99ff49 100644 --- a/src/daemon/main.cpp +++ b/src/daemon/main.cpp @@ -83,7 +83,7 @@ uint16_t parse_public_rpc_port(const po::variables_map &vm) } uint16_t rpc_port; - if (!string_tools::get_xtype_from_string(rpc_port, rpc_port_str)) + if (!epee::string_tools::get_xtype_from_string(rpc_port, rpc_port_str)) { throw std::runtime_error("invalid RPC port " + rpc_port_str); } |
