X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client_common.c;h=8ea41922c6976996d039912ec9f754fc29fd197f;hp=3e20eafd74338a4196ef994753ee97eef95979bc;hb=d46a0767b58654f15f16406cf99296287bd0d534;hpb=4dc05b2d870c81077263920fcb51548839664a0d diff --git a/client_common.c b/client_common.c index 3e20eafd..8ea41922 100644 --- a/client_common.c +++ b/client_common.c @@ -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);