about summary refs log tree commit diff
path: root/src/libstore/s3-binary-cache-store.cc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-05-30T14·12+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-05-30T14·12+0200
commitcd35f0280c762b451a362bec53b5b7a03d0f54bc (patch)
treefbe301cf597501c53db575d1b307cbe45b7bc4e8 /src/libstore/s3-binary-cache-store.cc
parent57d33013ce58e0cfd31e51dfb57a78f8f2a545fd (diff)
Fix build
Diffstat (limited to 'src/libstore/s3-binary-cache-store.cc')
-rw-r--r--src/libstore/s3-binary-cache-store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/s3-binary-cache-store.cc b/src/libstore/s3-binary-cache-store.cc
index 8e85e21492..6ee27b48d6 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);
         }
     }