X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=stdout.c;h=066f1af77e4ea0784221ee411a2548df0e9ce630;hb=ac4d64b9c2d9967a59fc01f1cf905fc06e891715;hp=abe7abc98df759af034872be4d65ed9a30133207;hpb=0703f75a276020f9645f987134d49402f7c019c0;p=paraslash.git diff --git a/stdout.c b/stdout.c index abe7abc9..066f1af7 100644 --- a/stdout.c +++ b/stdout.c @@ -75,7 +75,7 @@ static void stdout_post_select(struct sched *s, struct task *t) } out: if (ret < 0) - btr_remove_node(btrn); + btr_remove_node(&sot->btrn); t->error = ret; } /**