aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/phonet/sysctl.c')
-rw-r--r--net/phonet/sysctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/phonet/sysctl.c b/net/phonet/sysctl.c
index 2f9858c..cea1c7d 100644
--- a/net/phonet/sysctl.c
+++ b/net/phonet/sysctl.c
@@ -28,7 +28,7 @@
#include <linux/init.h>
#define DYNAMIC_PORT_MIN 0x40
-#define DYNAMIC_PORT_MAX 0xff
+#define DYNAMIC_PORT_MAX 0x7f
static DEFINE_SEQLOCK(local_port_range_lock);
static int local_port_range_min[2] = {0, 0};