diff options
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
-rw-r--r-- | sys/netinet/udp_usrreq.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index 56bb1e1..b93e99e 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -598,6 +598,9 @@ udp_pcblist(SYSCTL_HANDLER_ARGS) n = udbinfo.ipi_count; splx(s); + sysctl_wire_old_buffer(req, 2 * (sizeof xig) + + n * sizeof(struct xinpcb)); + xig.xig_len = sizeof xig; xig.xig_count = n; xig.xig_gen = gencnt; |