Commit 5b685b32 authored by Federico Vaga's avatar Federico Vaga

sw:tools: bugfix initialize message counter

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 79bf1f72
......@@ -111,7 +111,7 @@ static int dump_message(struct polltrtl *p)
void *message_thread(void *arg)
{
struct trtl_thread *th = arg;
unsigned int cnt;
unsigned int cnt = 0;
struct polltrtl p[1];
struct trtl_dev *trtl;
int err;
......
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