Make character buffer more bigger.
Obtained from: KAME MFC after: 1 week
This commit is contained in:
parent
0fe265077e
commit
6089e562ff
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user