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