Commit d3538ccc authored by Pavel Vainerman's avatar Pavel Vainerman

исправил ошибку в uniset-mbtcpserver-echo

parent 732fb855
...@@ -14,7 +14,7 @@ static struct option longopts[] = { ...@@ -14,7 +14,7 @@ static struct option longopts[] = {
{ "verbose", no_argument, 0, 'v' }, { "verbose", no_argument, 0, 'v' },
{ "myaddr", required_argument, 0, 'a' }, { "myaddr", required_argument, 0, 'a' },
{ "port", required_argument, 0, 'p' }, { "port", required_argument, 0, 'p' },
{ "ignore-addr", required_argument, 0, 'x' }, { "ignore-addr", no_argument, 0, 'x' },
{ NULL, 0, 0, 0 } { NULL, 0, 0, 0 }
}; };
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
......
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