]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/tcp_debug.c
xnu-3789.70.16.tar.gz
[apple/xnu.git] / bsd / netinet / tcp_debug.c
index 58b1141b2ccd46cb05db1d23f5472dd9dbe46856..8ba9eb6af277b239ef38523c0d58bb9ec504b561 100644 (file)
@@ -96,7 +96,7 @@
 
 #if TCPDEBUG
 __private_extern__ int tcpconsdebug = 0;
-SYSCTL_INT(_net_inet_tcp, OID_AUTO, tcpconsdebug, CTLFLAG_RW
+SYSCTL_INT(_net_inet_tcp, OID_AUTO, tcpconsdebug, CTLFLAG_RW | CTLFLAG_LOCKED,
     &tcpconsdebug, 0, "Turn tcp debugging on or off");
 #endif