WIP on master: 4ea6391 doc: fix typo & line lengths

This commit is contained in:
git stash 2023-12-26 10:58:19 +01:00
commit 2dad9d0a3f

View file

@ -151,6 +151,10 @@ int main(int argc, char **argv)
ip_src_str = strdup(optarg);
printf(" Source = ip [%s] port [%d]\n", ip_src_str, src_prt);
break;
default:
usage(argv[0]);
exit(1);
}
}
if (!igmp_group_str || !device)