mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
fix icmp overflow
This commit is contained in:
parent
85231fd8cd
commit
fd745e8748
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ static Mux p_mux[] =
|
|||
{0}
|
||||
};
|
||||
|
||||
char *icmpmsg[236] =
|
||||
char *icmpmsg[256] =
|
||||
{
|
||||
[EchoRep] "EchoRep",
|
||||
[Unreachable] "Unreachable",
|
||||
|
|
Loading…
Reference in a new issue