diff options
-rw-r--r-- | sys/netinet/sctp_sysctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_sysctl.h b/sys/netinet/sctp_sysctl.h index c0a394e..83da0a9 100644 --- a/sys/netinet/sctp_sysctl.h +++ b/sys/netinet/sctp_sysctl.h @@ -396,7 +396,7 @@ __FBSDID("$FreeBSD$"); #define SCTPCTL_LOGGING_LEVEL 51 #define SCTPCTL_LOGGING_LEVEL_DESC "Ltrace/KTR trace logging level" #define SCTPCTL_LOGGING_LEVEL_MIN 0 -#define SCTPCTL_LOGGING_LEVEL_MAX 0x007fffff +#define SCTPCTL_LOGGING_LEVEL_MAX 0xffffffff #define SCTPCTL_LOGGING_LEVEL_DEFAULT 0 #ifdef SCTP_DEBUG |