]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - stdout.c
client: Remove sb-compatibility code.
[paraslash.git] / stdout.c
index abe7abc98df759af034872be4d65ed9a30133207..9c7e64e7284a3a3d247e76a7f9724f880e397a31 100644 (file)
--- a/stdout.c
+++ b/stdout.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2012 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2013 Andre Noll <maan@systemlinux.org>
  *
  * 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;
 }
 /**