X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.c;h=c88facc798506c7ec567be774044780b872a500d;hb=ade45974506ffedcd057f336fbcf71941d77b09c;hp=ef83020186addb8f1825ececf7821413d253b8d5;hpb=9d474e486aa2743c2c461da58005f71cb017a780;p=paraslash.git diff --git a/audiod.c b/audiod.c index ef830201..c88facc7 100644 --- a/audiod.c +++ b/audiod.c @@ -661,7 +661,6 @@ static void audiod_post_select(__a_unused struct sched *s, { int i; - /* save away the current time for other users */ t->ret = 1; FOR_EACH_SLOT(i) try_to_close_slot(i); @@ -956,8 +955,7 @@ static void command_post_select(struct sched *s, struct task *t) struct command_task *ct = t->private_data; t->ret = 1; /* always successful */ - if (audiod_status != AUDIOD_OFF) - audiod_status_dump(); + audiod_status_dump(); if (!FD_ISSET(ct->fd, &s->rfds)) return; ret = handle_connect(ct->fd);