coverity 83668 test echo nesting level bug
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
66a5faa633
commit
0f59c9e75c
1 changed files with 2 additions and 1 deletions
|
@ -318,9 +318,10 @@ int main(int argc, char **argv)
|
|||
if (use_ssl && !disallow_selfsigned) {
|
||||
lwsl_info("allowing selfsigned\n");
|
||||
use_ssl = 2;
|
||||
} else
|
||||
} else {
|
||||
lwsl_info("requiring server cert validation againts %s\n", ssl_cert);
|
||||
info.ssl_ca_filepath = ssl_cert;
|
||||
}
|
||||
} else {
|
||||
#endif
|
||||
#ifndef LWS_NO_SERVER
|
||||
|
|
Loading…
Add table
Reference in a new issue