From cd35f0280c762b451a362bec53b5b7a03d0f54bc Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 30 May 2016 16:12:50 +0200 Subject: Fix build --- src/libstore/s3-binary-cache-store.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libstore/s3-binary-cache-store.cc b/src/libstore/s3-binary-cache-store.cc index 8e85e214928c..6ee27b48d61d 100644 --- a/src/libstore/s3-binary-cache-store.cc +++ b/src/libstore/s3-binary-cache-store.cc @@ -95,7 +95,7 @@ struct S3BinaryCacheStoreImpl : public S3BinaryCacheStore BinaryCacheStore::init(); - diskCache->createCache(getUri(), wantMassQuery, priority); + diskCache->createCache(getUri(), wantMassQuery_, priority); } } -- cgit 1.4.1