1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 08:31:16 +02:00

Remote nullptr

Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
(cherry picked from commit 8152c5c828)
This commit is contained in:
Jeremy Kolb 2024-09-04 12:55:32 -04:00 committed by Mergify
parent 1a21eb43af
commit bc8611a29b

View file

@ -838,7 +838,7 @@ StorePathSet Store::queryValidPaths(const StorePathSet & paths, SubstituteFlag m
if (exists) if (exists)
state->valid.insert(path); state->valid.insert(path);
if (newExc != nullptr) if (newExc)
state->exc = newExc; state->exc = newExc;
assert(state->left); assert(state->left);