X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.c;h=d78841336893c170f9da7472c717b1e70c9c45bc;hb=af2518cf1943cb1b6b4b4a32ca687e8f416ed563;hp=99d8ab1afa865c73d97e1f705c2f85285a557e21;hpb=ffcd24661683c7b783def30b3155b0cfd6c5991f;p=paraslash.git diff --git a/audiod.c b/audiod.c index 99d8ab1a..d7884133 100644 --- a/audiod.c +++ b/audiod.c @@ -1566,7 +1566,7 @@ static void status_post_select(struct sched *s, struct task *t) if (ret <= 0) { close_stat_pipe(); /* avoid busy loop if server is down */ - while (sleep(1) > 0) + while (sleep(1) > 0) /* FIXME */ ; /* try again*/ } else { st->buf[ret + st->loaded] = '\0';