mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
refactor: also constify CAPS usage of context info
This commit is contained in:
parent
6e1caa5c56
commit
91a47f4fab
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ lws_plat_set_socket_options(struct lws_vhost *vhost, int fd)
|
|||
|
||||
#if defined(LWS_HAVE_SYS_CAPABILITY_H) && defined(LWS_HAVE_LIBCAP)
|
||||
static void
|
||||
_lws_plat_apply_caps(int mode, cap_value_t *cv, int count)
|
||||
_lws_plat_apply_caps(int mode, const cap_value_t *cv, int count)
|
||||
{
|
||||
cap_t caps;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue