]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client_common.c
Merge branch 't/stdin_stdout_fixes'
[paraslash.git] / client_common.c
index 3e20eafd74338a4196ef994753ee97eef95979bc..8ea41922c6976996d039912ec9f754fc29fd197f 100644 (file)
@@ -601,8 +601,7 @@ int client_connect(struct client_task *ct, struct sched *s,
        ct->btrn = btr_new_node(&(struct btr_node_description)
                EMBRACE(.name = "client", .parent = parent, .child = child));
        ct->task.pre_select = client_pre_select;
-       ct->task.new_post_select = client_post_select;
-       ct->task.post_select = NULL;
+       ct->task.post_select = client_post_select;
        ct->task.error = 0;
        sprintf(ct->task.status, "client");
        register_task(s, &ct->task);