mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
coverity 185654: acme: confirm vhd non-NULL
This commit is contained in:
parent
d830185df9
commit
bf5457af69
1 changed files with 2 additions and 0 deletions
|
@ -1530,6 +1530,8 @@ poll_again:
|
|||
break;
|
||||
|
||||
case LWS_CALLBACK_USER + 0xac33:
|
||||
if (!vhd)
|
||||
break;
|
||||
cwsi = lws_acme_client_connect(vhd->context, vhd->vhost,
|
||||
&ac->cwsi, &ac->i,
|
||||
ac->challenge_uri,
|
||||
|
|
Loading…
Add table
Reference in a new issue