Skip to content

Commit

Permalink
Fix format of sysctl variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tuexen committed Aug 22, 2024
1 parent 1330843 commit a07d9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usrsctplib/netinet/sctp_sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ sctp_sysctl_handle_trace_log_clear(SYSCTL_HANDLER_ARGS)
return (error); \
} \
SYSCTL_PROC(_net_inet_sctp, OID_AUTO, mib_name, flags, NULL, 0, \
sctp_sysctl_handle_##mib_name, "UI", prefix##_DESC)
sctp_sysctl_handle_##mib_name, "IU", prefix##_DESC)

#define SCTP_UINT_SYSCTL_RDTUN(mib_name, var_name, prefix) \
SYSCTL_UINT(_net_inet_sctp, OID_AUTO, mib_name, \
Expand Down

0 comments on commit a07d9a8

Please sign in to comment.