summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2014-02-07 14:26:33 +0000
committerglebius <glebius@FreeBSD.org>2014-02-07 14:26:33 +0000
commit5e6abd57c88d32595f7376b349110b0969b157a7 (patch)
tree885c98d7b3fca27c5427980891c4ff4d733516f8 /sys/netinet
parentde22423c00a3782306f340d736ffb7d97aea0fce (diff)
downloadFreeBSD-src-5e6abd57c88d32595f7376b349110b0969b157a7.zip
FreeBSD-src-5e6abd57c88d32595f7376b349110b0969b157a7.tar.gz
Catch up on r261590.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/in_pcb.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index 1f4d56f..e1a9280 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -145,11 +145,7 @@ sysctl_net_ipport_check(SYSCTL_HANDLER_ARGS)
{
int error;
-#ifdef VIMAGE
- error = vnet_sysctl_handle_int(oidp, arg1, arg2, req);
-#else
error = sysctl_handle_int(oidp, arg1, arg2, req);
-#endif
if (error == 0) {
RANGECHK(V_ipport_lowfirstauto, 1, IPPORT_RESERVED - 1);
RANGECHK(V_ipport_lowlastauto, 1, IPPORT_RESERVED - 1);
OpenPOWER on IntegriCloud