diff options
author | Gabriel Russell <gabriel.russell@mongodb.com> | 2017-07-17 17:02:56 -0400 |
---|---|---|
committer | Gabriel Russell <gabriel.russell@mongodb.com> | 2017-07-17 17:02:56 -0400 |
commit | b8683e45c218b4233831931aa33afaaa9f84f0c1 (patch) | |
tree | 731b0c3948f5adaaffdec8a78e94b01c56b38388 /src/mongo/db/service_liason.h | |
parent | c23a43323ed194013b0d16b6cbbd08d88e6a7c08 (diff) | |
download | mongo-b8683e45c218b4233831931aa33afaaa9f84f0c1.tar.gz |
Revert "SERVER-28334 startSession command"
This reverts commit ba8f82ff901ce971fadae87b4e45a3432248d434.
Diffstat (limited to 'src/mongo/db/service_liason.h')
-rw-r--r-- | src/mongo/db/service_liason.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/service_liason.h b/src/mongo/db/service_liason.h index b74b9c0f8d4..dca11f50182 100644 --- a/src/mongo/db/service_liason.h +++ b/src/mongo/db/service_liason.h @@ -84,7 +84,7 @@ public: * this call will return an error. */ StatusWith<SignedLogicalSessionId> signLsid(OperationContext* opCtx, - const LogicalSessionId& lsid, + LogicalSessionId* lsid, boost::optional<OID> userId); /** |