diff options
Diffstat (limited to 'net/phonet/sysctl.c')
-rw-r--r-- | net/phonet/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/phonet/sysctl.c b/net/phonet/sysctl.c index cea1c7d..2f9858c 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 0x7f +#define DYNAMIC_PORT_MAX 0xff static DEFINE_SEQLOCK(local_port_range_lock); static int local_port_range_min[2] = {0, 0}; |