X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.c;h=89d79d13d86cc89ece5dc38358311e7e5606d4ac;hp=e82e0be04aadd0a243e4c68d919cb7aa588f5c08;hb=c266213e180046c3d49387f8cf052253fcde8ba3;hpb=a95093cd8b62d411b9448aa77768774e1bdd81e5 diff --git a/write.c b/write.c index e82e0be0..89d79d13 100644 --- a/write.c +++ b/write.c @@ -150,8 +150,6 @@ static struct writer_node_group *check_args(void) if (!wng->writer_nodes[i].conf) goto out; wng->writer_nodes[i].writer = &writers[writer_num]; - sprintf(wng->writer_nodes[i].task.status, "%s", - writer_names[writer_num]); } ret = 1; out: @@ -168,7 +166,6 @@ static void wng_event_handler(struct task *t) PARA_INFO_LOG("%s\n", PARA_STRERROR(-t->ret)); unregister_task(t); wng_close(g); - wng_destroy(g); }