]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ortp_send.c
server: call afs_send_chunk() even if no timeout occured.
[paraslash.git] / ortp_send.c
index 07e3cccfbc65423bcd0455d1b9eb5617fbbe1c91..9363d74e79f4b85e990a5c667655dd68dc6eb77a 100644 (file)
@@ -75,9 +75,7 @@ static void ortp_send_buf(char *buf, int len, long unsigned chunks_sent)
        int ret;
 
        list_for_each_entry_safe(ot, tmp, &targets, node) {
-               struct timeval now;
                int ts;
-               gettimeofday(&now, NULL);
                if (!ot->session)
                        continue;
                WRITE_CHUNK_TS(buf, ot->chunk_ts);