Unverified Commit 480f1904 authored by Mohsen's avatar Mohsen Committed by GitHub

Update listener.cc

fix call by reference
parent 4e39f446
...@@ -108,7 +108,7 @@ void ...@@ -108,7 +108,7 @@ void
Listener::init( Listener::init(
size_t workers, size_t workers,
Flags<Options> options, Flags<Options> options,
std::string workersName, const std::string& workersName,
int backlog) int backlog)
{ {
if (workers > hardware_concurrency()) { if (workers > hardware_concurrency()) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment