X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=vss.c;h=2acff1cb95b8e0b54a37eeb96aa653fd16443e4c;hb=a8786a08cf7cd65db89ee9ffa495e5282720082a;hp=51db7686c6b008c2ac8704967d9cdfd7ea76e071;hpb=d2b2c210d1e388a29cef3d8189d6d80f3299b439;p=paraslash.git diff --git a/vss.c b/vss.c index 51db7686..2acff1cb 100644 --- a/vss.c +++ b/vss.c @@ -1187,7 +1187,7 @@ void init_vss_task(int afs_socket, struct sched *s) mmd->vss_status_flags |= VSS_PLAYING; mmd->new_vss_status_flags |= VSS_PLAYING; ms2tv(autoplay_delay, &tmp); - tv_add(now, &tmp, &vsst->autoplay_barrier); + tv_add(clock_get_realtime(NULL), &tmp, &vsst->autoplay_barrier); tv_add(&vsst->autoplay_barrier, &vsst->announce_tv, &vsst->data_send_barrier); }