Fix unitialized variable

This commit is contained in:
Alain Kalker 2012-02-18 23:25:01 +01:00
parent fdf89b2768
commit 6a4fc69148

View file

@ -92,6 +92,7 @@ serviceprobe_thread(void *aux)
streaming_queue_init(&sq, 0);
err = NULL;
while(1) {
while((t = TAILQ_FIRST(&serviceprobe_queue)) == NULL) {