Fixed undeclared variables in SNMP
This commit is contained in:
parent
a7ef2c4f12
commit
1698c6717e
1 changed files with 2 additions and 0 deletions
|
|
@ -342,6 +342,8 @@ main(int argc,
|
||||||
char *pidfile = NULL;
|
char *pidfile = NULL;
|
||||||
struct stat st;
|
struct stat st;
|
||||||
int zap = 0;
|
int zap = 0;
|
||||||
|
int config_dump = 0;
|
||||||
|
enum format_enum config_dump_format = FORMAT_XML;
|
||||||
|
|
||||||
/* Create handle */
|
/* Create handle */
|
||||||
if ((h = clicon_handle_init()) == NULL)
|
if ((h = clicon_handle_init()) == NULL)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue