diff options
Diffstat (limited to 'src/libstore/store-api.cc')
-rw-r--r-- | src/libstore/store-api.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/store-api.cc b/src/libstore/store-api.cc index c9b6fb95955d..23631a3b8e9c 100644 --- a/src/libstore/store-api.cc +++ b/src/libstore/store-api.cc @@ -15,6 +15,7 @@ GCOptions::GCOptions() maxFreed = ULLONG_MAX; maxLinks = 0; useAtime = false; + maxAtime = (time_t) -1; } |