X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=client.c;h=da075e09e2004c1b739ee87e68d2a932fa009315;hb=74c88020bd325865fe26ed25ea8ad0ace0924136;hp=89171a23b7f0b22b1940e3e54e74d000d36f7245;hpb=38aeac398e716ff7ae6919acbdf498ed09ab0bc1;p=paraslash.git diff --git a/client.c b/client.c index 89171a23..da075e09 100644 --- a/client.c +++ b/client.c @@ -96,7 +96,6 @@ static int execute_client_command(const char *cmd, char **result) .task = { .pre_select = exec_pre_select, .new_post_select = exec_post_select, - .post_select = NULL, .status = "client exec task", }, .result_buf = para_strdup(""), @@ -550,7 +549,6 @@ static int supervisor_post_select(struct sched *s, __a_unused struct task *t) static struct task svt = { .new_post_select = supervisor_post_select, - .post_select = NULL, .status = "supervisor task" };