Fix timeout max
This commit is contained in:
parent
cc77b55cfb
commit
6058284b37
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -70,7 +70,7 @@ int main(int argc, char **argv)
|
|||
opterr = 0;
|
||||
|
||||
while ((c = getopt(argc, argv, "a:f:i:m:M:p:t:T:hV")) != -1) {
|
||||
max = 0xffffffff;
|
||||
max = 0x7fffffff;
|
||||
switch (c) {
|
||||
case 'a':
|
||||
args.ipaddr = optarg;
|
||||
|
|
Loading…
Add table
Reference in a new issue