Skip to content

Commit

Permalink
HPCC-32777 Fix backupnode failing on getComponentConfig
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
  • Loading branch information
jakesmith authored and ghalliday committed Oct 8, 2024
1 parent 130965b commit e430646
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/backupnode/backupnode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,9 @@ int main(int argc, const char *argv[])
StringAttr errdatdir;
StringArray args;
unsigned slaveNum = 0;

initNullConfiguration();

unsigned argNo = 1;
while ((int)argNo<argc)
{
Expand Down

0 comments on commit e430646

Please sign in to comment.