X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdout.c;h=066f1af77e4ea0784221ee411a2548df0e9ce630;hp=abe7abc98df759af034872be4d65ed9a30133207;hb=4ac3134c050ba28b57e0ae9686eb1f6d83e6d586;hpb=49ae9b0afbaa8b1ac05c7956f325c4f7a710b59a 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; } /**