WIP on master: 4ea6391
doc: fix typo & line lengths
This commit is contained in:
commit
2dad9d0a3f
1 changed files with 4 additions and 0 deletions
|
@ -151,6 +151,10 @@ int main(int argc, char **argv)
|
||||||
ip_src_str = strdup(optarg);
|
ip_src_str = strdup(optarg);
|
||||||
printf(" Source = ip [%s] port [%d]\n", ip_src_str, src_prt);
|
printf(" Source = ip [%s] port [%d]\n", ip_src_str, src_prt);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
usage(argv[0]);
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!igmp_group_str || !device)
|
if (!igmp_group_str || !device)
|
||||||
|
|
Loading…
Add table
Reference in a new issue