mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
add braces around possibly preprocesssor removed helper
This commit is contained in:
parent
a33132ac3c
commit
7cfb676b7e
1 changed files with 2 additions and 1 deletions
|
@ -433,8 +433,9 @@ next:
|
||||||
context->protocol_init_done = 1;
|
context->protocol_init_done = 1;
|
||||||
|
|
||||||
#if defined(LWS_WITH_SERVER)
|
#if defined(LWS_WITH_SERVER)
|
||||||
if (any)
|
if (any) {
|
||||||
lws_tls_check_all_cert_lifetimes(context);
|
lws_tls_check_all_cert_lifetimes(context);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue