diff options
Diffstat (limited to 'third_party/nix/src/libutil/util.hh')
-rw-r--r-- | third_party/nix/src/libutil/util.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/libutil/util.hh b/third_party/nix/src/libutil/util.hh index d9fc1a27b134..09f23706063a 100644 --- a/third_party/nix/src/libutil/util.hh +++ b/third_party/nix/src/libutil/util.hh @@ -163,7 +163,7 @@ void drainFD(int fd, Sink& sink, bool block = true); class AutoDelete { Path path; bool del; - bool recursive; + bool recursive{}; public: AutoDelete(); |