Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HPCC-31416 CDistributedSuperFile::querySubFile may return incorrect s…
…ubfile When sub==true and idx is not found, it should throw an exception. Without this change, the code function did not always throw but dropped through to return an incorrect subfile. This incorrect behaviour has the effect of masking bugs in the code and causing random crashes. The fix is to ensure an exception is thrown when sub==true and idx is not found. Signed-off-by: Shamser Ahmed <shamser.ahmed@lexisnexis.com>
- Loading branch information