From 48dabb921d002665dd9928d5db3d3528f574d2eb Mon Sep 17 00:00:00 2001 From: Randall Stewart Date: Sat, 16 Jun 2007 03:28:18 +0000 Subject: [PATCH] - Raise max range of sctp_logging sysctl so panda does not disallow us to turn on logging levels. --- sys/netinet/sctp_sysctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/sctp_sysctl.h b/sys/netinet/sctp_sysctl.h index c0a394e0fdc4..83da0a992ed5 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