X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=oss_write.c;h=1d9add7b9a296e5a8d9750c77fa1f28a77894453;hb=2829202e393e4b0095d62739910ae56f04e83326;hp=eae4167a18503b2cc8014a5069b53ce8c8eb9677;hpb=2ce04a49091712719b8fd60a6c7888258b719db1;p=paraslash.git diff --git a/oss_write.c b/oss_write.c index eae4167a..1d9add7b 100644 --- a/oss_write.c +++ b/oss_write.c @@ -199,7 +199,7 @@ static void oss_post_select(__a_unused struct sched *s, out: t->error = ret; if (ret < 0) - btr_remove_node(btrn); + btr_remove_node(&wn->btrn); } __malloc static void *oss_parse_config_or_die(const char *options)