aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2014-02-07 14:26:33 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2014-02-07 14:26:33 +0000
commit96d111245f2bade053851f9a6572c4f0490170ae (patch)
tree885c98d7b3fca27c5427980891c4ff4d733516f8
parent67237d47e56f0a17ae0d51d5e9f669f4ffaabd5e (diff)
downloadsrc-96d111245f2bade053851f9a6572c4f0490170ae.tar.gz
src-96d111245f2bade053851f9a6572c4f0490170ae.zip
Catch up on r261590.
Notes
Notes: svn path=/head/; revision=261592
-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 1f4d56fa8341..e1a9280f5d3a 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);