X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=stdout.c;h=9c7e64e7284a3a3d247e76a7f9724f880e397a31;hb=c29db36ca7dc00846dc2cdb2c04efba5ec52021d;hp=abe7abc98df759af034872be4d65ed9a30133207;hpb=f0e41e36c3f1a3a5bb6ff66d92d2814391d8f908;p=paraslash.git diff --git a/stdout.c b/stdout.c index abe7abc9..9c7e64e7 100644 --- a/stdout.c +++ b/stdout.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2012 Andre Noll + * Copyright (C) 2006-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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; } /**