Skip to content

Commit

Permalink
cplc: init time switch structures
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jul 31, 2017
1 parent 3f96ede commit 44db76a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/cplc/cpl_switches.h
Expand Up @@ -686,6 +686,9 @@ static inline char *run_time_switch( struct cpl_interpreter *intr )
ac_tm_t att;
tmrec_t trt;

memset(&att, 0, sizeof(ac_tm_t));
memset(&trt, 0, sizeof(tmrec_t));

LM_DBG("checking recv. time stamp <%d>\n",
intr->recv_time);
switch (NR_OF_ATTR(intr->ip)) {
Expand Down

0 comments on commit 44db76a

Please sign in to comment.