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