-rw-r--r-- | rsync/buf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rsync/buf.c b/rsync/buf.c index 2814583..c978fff 100644 --- a/rsync/buf.c +++ b/rsync/buf.c @@ -98,2 +98,3 @@ rs_result rs_infilebuf_fill(rs_job_t *job, rs_buffers_t *buf, { + job=job; int len; @@ -149,2 +150,3 @@ rs_result rs_outfilebuf_drain(rs_job_t *job, rs_buffers_t *buf, void *opaque) { + job=job; int present; |