mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Make character buffer more bigger.
Obtained from: KAME MFC after: 1 week
This commit is contained in:
parent
0fe265077e
commit
6089e562ff
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue