diff options
| author | Pawel Biernacki <kaktus@FreeBSD.org> | 2020-02-26 14:26:36 +0000 |
|---|---|---|
| committer | Pawel Biernacki <kaktus@FreeBSD.org> | 2020-02-26 14:26:36 +0000 |
| commit | 7029da5c36f2d3cf6bb6c81bf551229f416399e8 (patch) | |
| tree | 53cae9da1371117a3ac21d0d0f3f030a692807ae /sys/net/debugnet.c | |
| parent | d7313dc6f5fcab29946951936597772dfff6a4be (diff) | |
Notes
Diffstat (limited to 'sys/net/debugnet.c')
| -rw-r--r-- | sys/net/debugnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/debugnet.c b/sys/net/debugnet.c index 1090b2d3f4df..a69482d47c74 100644 --- a/sys/net/debugnet.c +++ b/sys/net/debugnet.c @@ -72,7 +72,7 @@ __FBSDID("$FreeBSD$"); FEATURE(debugnet, "Debugnet support"); -SYSCTL_NODE(_net, OID_AUTO, debugnet, CTLFLAG_RD, NULL, +SYSCTL_NODE(_net, OID_AUTO, debugnet, CTLFLAG_RD | CTLFLAG_MPSAFE, NULL, "debugnet parameters"); unsigned debugnet_debug; |
