Make character buffer more bigger.

Obtained from:	KAME
MFC after:	1 week
This commit is contained in:
Munechika SUMIKAWA 2003-04-16 11:21:12 +00:00
parent 0fe265077e
commit 6089e562ff

View File

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