summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2018-01-12 09:50:28 +0000
committerTor Egge <Tor.Egge@oath.com>2018-01-12 09:50:28 +0000
commit00eb10a6035ca9ad73123373da1a186cf2c853d3 (patch)
tree3718ba39baffc9c8eca25d3f81f8e7dd8e3d9543 /document
parent969ce8d9b62d26529e121600b141cdde41c22696 (diff)
Use invalid bucket space in default document::Bucket constructor.
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/bucket/bucket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/vespa/document/bucket/bucket.cpp b/document/src/vespa/document/bucket/bucket.cpp
index b79d45eee34..73610cb5fd7 100644
--- a/document/src/vespa/document/bucket/bucket.cpp
+++ b/document/src/vespa/document/bucket/bucket.cpp
@@ -6,7 +6,7 @@
namespace document {
Bucket::Bucket() noexcept
- : _bucketSpace(BucketSpace::placeHolder()),
+ : _bucketSpace(BucketSpace::invalid()),
_bucketId()
{
}