uninitizlized variable
This commit is contained in:
parent
a41bd8aed3
commit
7da98de695
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ cli_auto_up(clicon_handle h,
|
||||||
cvec *cvv1 = NULL; /* copy */
|
cvec *cvv1 = NULL; /* copy */
|
||||||
char *api_path_fmt0; /* from */
|
char *api_path_fmt0; /* from */
|
||||||
char *api_path_fmt1; /* to */
|
char *api_path_fmt1; /* to */
|
||||||
char *api_path;
|
char *api_path = NULL;
|
||||||
int i;
|
int i;
|
||||||
int j;
|
int j;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue