mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Fix socket option parsing
This commit is contained in:
parent
45c32f78a8
commit
7096bc3a96
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ void options_parse(int argc, char *argv[])
|
||||||
int option_index = 0;
|
int option_index = 0;
|
||||||
|
|
||||||
/* Parse argument using getopt_long */
|
/* Parse argument using getopt_long */
|
||||||
c = getopt_long(argc, argv, "b:d:f:s:p:o:net::Ll:S::m:c:vh", long_options, &option_index);
|
c = getopt_long(argc, argv, "b:d:f:s:p:o:net::Ll::S:m:c:vh", long_options, &option_index);
|
||||||
|
|
||||||
/* Detect the end of the options */
|
/* Detect the end of the options */
|
||||||
if (c == -1)
|
if (c == -1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue