summaryrefslogtreecommitdiff
path: root/src/mongo/db/compact.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/compact.cpp')
-rw-r--r--src/mongo/db/compact.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/compact.cpp b/src/mongo/db/compact.cpp
index 4c258ef62a7..847a77b01e0 100644
--- a/src/mongo/db/compact.cpp
+++ b/src/mongo/db/compact.cpp
@@ -63,7 +63,7 @@ namespace mongo {
Extent *e = diskloc.ext();
e->assertOk();
- verify( e->validates() );
+ verify( e->validates(diskloc) );
unsigned skipped = 0;
{