10 char is not sufficient here. sync w/ kame

This commit is contained in:
itojun 2003-04-15 07:31:23 +00:00
parent c2a20cc150
commit 670e872d62

View File

@ -496,8 +496,8 @@ str_prefport(family, pref, port, ulp)
u_int family, pref, port, ulp;
{
static char buf[128];
char prefbuf[10];
char portbuf[10];
char prefbuf[20];
char portbuf[20];
int plen;
switch (family) {