diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-04-16 11:21:12 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-04-16 11:21:12 +0000 |
commit | 6089e562ff31bff652a91f924d93dcd1fd6dbaf3 (patch) | |
tree | 801376d3f278c2fc38d211987713700c488065e8 /lib/libipsec | |
parent | 0fe265077ed3f2ffb2733927ec513c14b7bc329f (diff) | |
download | src-test2-6089e562ff31bff652a91f924d93dcd1fd6dbaf3.tar.gz src-test2-6089e562ff31bff652a91f924d93dcd1fd6dbaf3.zip |
Notes
Diffstat (limited to 'lib/libipsec')
-rw-r--r-- | lib/libipsec/pfkey_dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libipsec/pfkey_dump.c b/lib/libipsec/pfkey_dump.c index 2ea62463395f..bbc0502e0672 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[10]; - char portbuf[10]; + char prefbuf[20]; + char portbuf[20]; int plen; switch (family) { |