1
0
Fork 0
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:
Andy Green 2020-08-20 06:10:13 +01:00
parent 1ebe27e38f
commit 2330f69082

View file

@ -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;