mirror of
https://github.com/markqvist/tncattach.git
synced 2025-09-08 15:47:47 -04:00
tncattach
- Typo fix
This commit is contained in:
parent
005373b582
commit
1c2b9858c6
@ -334,7 +334,7 @@ static error_t parse_opt(int key, char *arg, struct argp_state *state) {
|
|||||||
|
|
||||||
if((arguments->set_ipv6 || arguments->link_local_v6) && arguments->mtu < 1280)
|
if((arguments->set_ipv6 || arguments->link_local_v6) && arguments->mtu < 1280)
|
||||||
{
|
{
|
||||||
printf("IPv6 and/or link-loal IPv6 was requested, but the MTU provided is lower than 1280\n");
|
printf("IPv6 and/or link-local IPv6 was requested, but the MTU provided is lower than 1280\n");
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user