summaryrefslogtreecommitdiff
path: root/src/mongo/db/sessions_collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/sessions_collection.h')
-rw-r--r--src/mongo/db/sessions_collection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/sessions_collection.h b/src/mongo/db/sessions_collection.h
index 7eeaaf0dada..a632e5094d5 100644
--- a/src/mongo/db/sessions_collection.h
+++ b/src/mongo/db/sessions_collection.h
@@ -53,7 +53,7 @@ public:
/**
* Ensures that the sessions collection exists and has the proper indexes.
*/
- virtual Status setupSessionsCollection(OperationContext* opCtx) = 0;
+ virtual void setupSessionsCollection(OperationContext* opCtx) = 0;
/**
* Checks if the sessions collection exists and has the proper indexes.