X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=write.c;h=15bbb4a6399dd0739b41d3ee6c7b73e4c6af5fbc;hb=c5056b00502d27e602cfcd716f92e5f85f97b470;hp=0dc233fca0a1b77859462959edfbb33c7d826902;hpb=9e1f7d426afe9cc1c3556ff167733b64a46b4090;p=paraslash.git diff --git a/write.c b/write.c index 0dc233fc..15bbb4a6 100644 --- a/write.c +++ b/write.c @@ -125,7 +125,7 @@ static int setup_and_schedule(void) if (ret >= 0) { int j; for (j = 0; j < i; j++) { - struct task *t = &wns[j].task; + struct task *t = wns[j].task; assert(t->error < 0); if (t->error != -E_WRITE_COMMON_EOF && t->error != -E_BTR_EOF) {