From 7e9689ca345458837d72693a5a9b38e44f69034b Mon Sep 17 00:00:00 2001 From: Jean-loup Gailly Date: Mon, 8 Mar 2010 11:31:13 +0100 Subject: [PATCH] distributed_notify: final_status_list needs an argument. --- distributed/distributed.c | 1 + 1 file changed, 1 insertion(+) diff --git a/distributed/distributed.c b/distributed/distributed.c index ae2d7a9..ac4b053 100644 --- a/distributed/distributed.c +++ b/distributed/distributed.c @@ -383,6 +383,7 @@ distributed_notify(struct engine *e, struct board *b, int id, char *cmd, char *a cmd = "pachi-genmoves_cleanup"; } else if (!strcasecmp(cmd, "final_score")) { cmd = "final_status_list"; + args = "dead"; } // Let the slaves send the new gtp command: -- 2.11.4.GIT