Skip to content

Commit

Permalink
Merge pull request #19188 from jakesmith/HPCC-32777-backupnode-fix
Browse files Browse the repository at this point in the history
HPCC-32777 Fix backupnode failing on getComponentConfig

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Oct 8, 2024
2 parents 0d5a839 + ac6c9f0 commit a01fea2
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 a01fea2

Please sign in to comment.