From e2d29c488ab2412591b9f5c06d063f1f90ad1d5b Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 14 Sep 2021 16:29:13 +1000 Subject: Another attempt to find the backup pane ID. --- src/sledjchisl/sledjchisl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index f025966..b1f34ac 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c @@ -5806,7 +5806,7 @@ notWritten: la = info.loads[0]/65536.0; char *name; - getSims(); // Should only run once, every other time it just returns quick. The web server needs to know the paneIDs AFTER the grid runner has finished. + forEachSim(NULL, findWindow, NULL); // Make sure we got the current backup sim pane ID. simData *simd = ourSims->byTab->get(ourSims->byTab, backupIARsim, NULL, false); if (NULL == simd) -- cgit v1.1