coverity 169269 - dont issue NULL cce
This commit is contained in:
parent
cd02a15669
commit
2f863cf59a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ lws_client_connect_2(struct lws *wsi)
|
|||
struct sockaddr_in server_addr4;
|
||||
struct lws_pollfd pfd;
|
||||
struct sockaddr *v;
|
||||
const char *cce = NULL;
|
||||
const char *cce = "";
|
||||
int n, plen = 0;
|
||||
const char *ads;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue