Commit 70461a33 authored by Raymond Knopp's avatar Raymond Knopp

initialization of dumpframe variable to 0.

parent 47764ebb
......@@ -474,7 +474,7 @@ static void get_options(void) {
int CC_id;
int tddflag, nonbiotflag;
char *loopfile=NULL;
int dumpframe;
int dumpframe=0;
uint32_t online_log_messages;
uint32_t glog_level;
uint32_t start_telnetsrv;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment