From 03a423312070304d39c6a2433e54d9da5fd6e636 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 18 Mar 2017 16:49:49 +1100 Subject: [PATCH] Don't remove workinfoid for other remotes. --- src/stratifier.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/stratifier.c b/src/stratifier.c index 3f7ccb5d..f842121d 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -1805,10 +1805,6 @@ static void add_remote_base(ckpool_t *ckp, sdata_t *sdata, workbase_t *wb) val = generate_workinfo(ckp, wb, __func__); - /* Delete existing workinfoid value which is wrong for other remotes, - * nodes, and ckdb */ - json_object_del(val, "workinfoid"); - wb_val = json_deep_copy(val); /* Set jobid with mapped id for other nodes and remotes */