summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-04-17 07:20:00 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-04-17 07:20:00 +0000
commit296e054f23494b7ff9ed04a7cf4ead35f3113eb6 (patch)
treeecd951d942836accbe373cabc3decbf29219f8f8
parentcde488d3a7ea06a594ee30446c4ee636fc9ffae8 (diff)
Notes
-rw-r--r--lib/libipsec/pfkey_dump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libipsec/pfkey_dump.c b/lib/libipsec/pfkey_dump.c
index bbc0502e0672..af3db0eb47c6 100644
--- a/lib/libipsec/pfkey_dump.c
+++ b/lib/libipsec/pfkey_dump.c
@@ -510,8 +510,8 @@ str_prefport(family, pref, port)
u_int family, pref, port;
{
static char buf[128];
- char prefbuf[20];
- char portbuf[20];
+ char prefbuf[128];
+ char portbuf[128];
int plen;
switch (family) {