Fix unitialized variable
This commit is contained in:
parent
fdf89b2768
commit
6a4fc69148
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ serviceprobe_thread(void *aux)
|
|||
|
||||
streaming_queue_init(&sq, 0);
|
||||
|
||||
err = NULL;
|
||||
while(1) {
|
||||
|
||||
while((t = TAILQ_FIRST(&serviceprobe_queue)) == NULL) {
|
||||
|
|
Loading…
Add table
Reference in a new issue