use-before-assign
This commit is contained in:
parent
9ab46e21d2
commit
ed8f145968
1 changed files with 1 additions and 1 deletions
|
|
@ -885,7 +885,7 @@ from_client_msg(clicon_handle h,
|
||||||
cxobj *xt = NULL;
|
cxobj *xt = NULL;
|
||||||
cxobj *x;
|
cxobj *x;
|
||||||
cxobj *xe;
|
cxobj *xe;
|
||||||
char *name;
|
char *name = NULL;
|
||||||
char *db;
|
char *db;
|
||||||
cbuf *cbret = NULL; /* return message */
|
cbuf *cbret = NULL; /* return message */
|
||||||
int pid;
|
int pid;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue