mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
coverity: 62333; no need to init cce as set on all paths that use it
This commit is contained in:
parent
400355fdc3
commit
60e2c65208
1 changed files with 1 additions and 1 deletions
|
@ -376,8 +376,8 @@ lws_client_connect_3_connect(struct lws *wsi, const char *ads,
|
|||
LWS_SERVER_OPTION_IPV6_V6ONLY_VALUE);
|
||||
#endif
|
||||
const struct sockaddr *psa = NULL;
|
||||
const char *cce = "", *iface;
|
||||
uint16_t port = wsi->c_port;
|
||||
const char *cce, *iface;
|
||||
lws_sockaddr46 sa46;
|
||||
ssize_t plen = 0;
|
||||
char ni[48];
|
||||
|
|
Loading…
Add table
Reference in a new issue