diff options
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 4d1902f..e3a5cbc 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -5803,6 +5803,7 @@ notWritten: | |||
5803 | la = info.loads[0]/65536.0; | 5803 | la = info.loads[0]/65536.0; |
5804 | 5804 | ||
5805 | char *name; | 5805 | char *name; |
5806 | 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. | ||
5806 | simData *simd = ourSims->byTab->get(ourSims->byTab, backupIARsim, NULL, false); | 5807 | simData *simd = ourSims->byTab->get(ourSims->byTab, backupIARsim, NULL, false); |
5807 | 5808 | ||
5808 | if (NULL == simd) | 5809 | if (NULL == simd) |